Shades of Seal Brown #240B0A
Tints of Seal Brown #240B0A
RGB
CMYK
RGB Variations
Color information
#240B0A (or 0x240B0A) is known color: Seal Brown. HEX triplet: 24, 0B and 0A. RGB value is (36,11,10). Sum of RGB (Red+Green+Blue) = 36+11+10=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B0A is #DBF4F5. Grayscale: #121212. Windows color (decimal): -14415094 or 658212. OLE color: 658212.
HSL color Cylindrical-coordinate representation of color #240B0A: hue angle of 2.31º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240B0A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 10 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.86 |
| HSL | 2.31º | 0.57% | 0.09% | - |
| HSV(B) | 2.31º | 0.72% | 0.14% | - |
| XYZ | 0.9 | 0.64 | 0.36 | - |
| YUV | 18.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 10 | 0 | 0.69 | 0.72 | 0.86 | 2.31 | 0.57 | 0.09 |
| Hex | 24 | B | A | 0 | 45 | 48 | 56 | 2 | 39 | 9 |
| Octal | 44 | 13 | 12 | 0 | 105 | 110 | 126 | 2 | 71 | 11 |
| Binary | 100100 | 1011 | 1010 | 0 | 1000101 | 1001000 | 1010110 | 10 | 111001 | 1001 |
Color Harmonies of #240B0A
Complementary color
Monochromatic Colors of #240B0A
Black with #240B0A
Text Example
Text Example
White with #240B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B0A; }
p { color: rgb(36,11,10); }
H1.HeaderClassName
{
color: #240B0A;
}
.AnyTagClassName
{
color: #240B0A;
}
</style>
background-color css
<style>
a { background-color: #240B0A; }
a { background-color: rgb(36,11,10); }
div.DivClassName
{
background-color: #240B0A;
}
.BgClassName
{
background-color: #240B0A;
}
</style>
border-color css
<style>
span { border-color: #240B0A; }
span { border-color: rgb(36,11,10); }
td.TdClassName
{
border-color: #240B0A;
}
.TagClassName
{
border-color: #240B0A;
}
</style>