Hey,
I need to put the color of the text of the subtitles in hexadecimals... BGR
H<bb><gg><rr>
That should be something like H76173255 right?
But when I put that into the code it shows as a whole different colorsomething like a very very dark orange or something..
Can somebody help me what I'm doing wrong?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Shouldn't the Hex code be six digits, each digit ranging from 0 to F? (ibid): http://www.computerhope.com/htmcolor.htm. Choose the color you want, copy the six digit code, paste it into the box that's labeled "#". Voila! What you refer to as Hex code is actually a numeric for each color ranging from 0 to 255.
There are no problems - only chances to excel.
-- Unknown -
http://www.ascii.cl/conversion.htm
Windows' calculator program also has hex/dec conversion.
76 = 4C
173 = AD
255 = FF
76,173,255 --> 4CADFF
I guess ASS wants a leading H to indicate hex so: H4CADFF -
Looks like he entered it backwards, then.
There are no problems - only chances to excel.
-- Unknown
Similar Threads
-
How to attach .ass subtitle with a .mkv file
By varun in forum SubtitleReplies: 7Last Post: 16th Nov 2020, 05:56 -
WinMenc with .ASS subtitle!
By Sedoc94 in forum Newbie / General discussionsReplies: 1Last Post: 30th May 2010, 06:29 -
Hardsubbing AVI and ASS subtitle
By lonelyassassin in forum SubtitleReplies: 2Last Post: 9th Jan 2010, 11:30 -
Subtitle Creator - Unable to set Default Subtitle Colors & Default Prof
By blue2 in forum Authoring (DVD)Replies: 2Last Post: 15th Nov 2009, 22:47 -
Extracted .ass subtitle corrupted
By dude112 in forum Video ConversionReplies: 0Last Post: 2nd Mar 2008, 13:06