Shades of Seal Brown #241212
Tints of Seal Brown #241212
RGB
CMYK
RGB Variations
Color information
#241212 (or 0x241212) is known color: Seal Brown. HEX triplet: 24, 12 and 12. RGB value is (36,18,18). Sum of RGB (Red+Green+Blue) = 36+18+18=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241212 is #DBEDED. Grayscale: #171717. Windows color (decimal): -14413294 or 1184292. OLE color: 1184292.
HSL color Cylindrical-coordinate representation of color #241212: hue angle of 0º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241212 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 18 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.86 |
| HSL | 0º | 0.33% | 0.11% | - |
| HSV(B) | 0º | 0.5% | 0.14% | - |
| XYZ | 1.05 | 0.85 | 0.68 | - |
| YUV | 23.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 18 | 0 | 0.5 | 0.5 | 0.86 | 0 | 0.33 | 0.11 |
| Hex | 24 | 12 | 12 | 0 | 32 | 32 | 56 | 0 | 21 | B |
| Octal | 44 | 22 | 22 | 0 | 62 | 62 | 126 | 0 | 41 | 13 |
| Binary | 100100 | 10010 | 10010 | 0 | 110010 | 110010 | 1010110 | 0 | 100001 | 1011 |
Color Harmonies of #241212
Complementary color
Monochromatic Colors of #241212
Black with #241212
Text Example
Text Example
White with #241212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241212; }
p { color: rgb(36,18,18); }
H1.HeaderClassName
{
color: #241212;
}
.AnyTagClassName
{
color: #241212;
}
</style>
background-color css
<style>
a { background-color: #241212; }
a { background-color: rgb(36,18,18); }
div.DivClassName
{
background-color: #241212;
}
.BgClassName
{
background-color: #241212;
}
</style>
border-color css
<style>
span { border-color: #241212; }
span { border-color: rgb(36,18,18); }
td.TdClassName
{
border-color: #241212;
}
.TagClassName
{
border-color: #241212;
}
</style>