Shades of Seal Brown #240F02
Tints of Seal Brown #240F02
RGB
CMYK
RGB Variations
Color information
#240F02 (or 0x240F02) is known color: Seal Brown. HEX triplet: 24, 0F and 02. RGB value is (36,15,2). Sum of RGB (Red+Green+Blue) = 36+15+2=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #240F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F02 is #DBF0FD. Grayscale: #131313. Windows color (decimal): -14414078 or 134948. OLE color: 134948.
HSL color Cylindrical-coordinate representation of color #240F02: hue angle of 22.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240F02 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 2 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.86 |
| HSL | 22.94º | 0.89% | 0.07% | - |
| HSV(B) | 22.94º | 0.94% | 0.14% | - |
| XYZ | 0.91 | 0.72 | 0.15 | - |
| YUV | 19.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 2 | 0 | 0.58 | 0.94 | 0.86 | 22.94 | 0.89 | 0.07 |
| Hex | 24 | F | 2 | 0 | 3A | 5E | 56 | 17 | 59 | 7 |
| Octal | 44 | 17 | 2 | 0 | 72 | 136 | 126 | 27 | 131 | 7 |
| Binary | 100100 | 1111 | 10 | 0 | 111010 | 1011110 | 1010110 | 10111 | 1011001 | 111 |
Color Harmonies of #240F02
Complementary color
Monochromatic Colors of #240F02
Black with #240F02
Text Example
Text Example
White with #240F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F02; }
p { color: rgb(36,15,2); }
H1.HeaderClassName
{
color: #240F02;
}
.AnyTagClassName
{
color: #240F02;
}
</style>
background-color css
<style>
a { background-color: #240F02; }
a { background-color: rgb(36,15,2); }
div.DivClassName
{
background-color: #240F02;
}
.BgClassName
{
background-color: #240F02;
}
</style>
border-color css
<style>
span { border-color: #240F02; }
span { border-color: rgb(36,15,2); }
td.TdClassName
{
border-color: #240F02;
}
.TagClassName
{
border-color: #240F02;
}
</style>