Shades of Seal Brown #240B08
Tints of Seal Brown #240B08
RGB
CMYK
RGB Variations
Color information
#240B08 (or 0x240B08) is known color: Seal Brown. HEX triplet: 24, 0B and 08. RGB value is (36,11,8). Sum of RGB (Red+Green+Blue) = 36+11+8=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B08 is #DBF4F7. Grayscale: #121212. Windows color (decimal): -14415096 or 527140. OLE color: 527140.
HSL color Cylindrical-coordinate representation of color #240B08: hue angle of 6.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240B08 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 8 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.86 |
| HSL | 6.43º | 0.64% | 0.09% | - |
| HSV(B) | 6.43º | 0.78% | 0.14% | - |
| XYZ | 0.89 | 0.63 | 0.3 | - |
| YUV | 18.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 8 | 0 | 0.69 | 0.78 | 0.86 | 6.43 | 0.64 | 0.09 |
| Hex | 24 | B | 8 | 0 | 45 | 4E | 56 | 6 | 40 | 9 |
| Octal | 44 | 13 | 10 | 0 | 105 | 116 | 126 | 6 | 100 | 11 |
| Binary | 100100 | 1011 | 1000 | 0 | 1000101 | 1001110 | 1010110 | 110 | 1000000 | 1001 |
Color Harmonies of #240B08
Complementary color
Monochromatic Colors of #240B08
Black with #240B08
Text Example
Text Example
White with #240B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B08; }
p { color: rgb(36,11,8); }
H1.HeaderClassName
{
color: #240B08;
}
.AnyTagClassName
{
color: #240B08;
}
</style>
background-color css
<style>
a { background-color: #240B08; }
a { background-color: rgb(36,11,8); }
div.DivClassName
{
background-color: #240B08;
}
.BgClassName
{
background-color: #240B08;
}
</style>
border-color css
<style>
span { border-color: #240B08; }
span { border-color: rgb(36,11,8); }
td.TdClassName
{
border-color: #240B08;
}
.TagClassName
{
border-color: #240B08;
}
</style>