Shades of Wood Bark #240F00
Tints of Wood Bark #240F00
RGB
CMYK
RGB Variations
Color information
#240F00 (or 0x240F00) is known color: Wood Bark. HEX triplet: 24, 0F and 00. RGB value is (36,15,0). Sum of RGB (Red+Green+Blue) = 36+15+0=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #240F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F00 is #DBF0FF. Grayscale: #131313. Windows color (decimal): -14414080 or 3876. OLE color: 3876.
HSL color Cylindrical-coordinate representation of color #240F00: hue angle of 25º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.86 |
| HSL | 25º | 1% | 0.07% | - |
| HSV(B) | 25º | 1% | 0.14% | - |
| XYZ | 0.9 | 0.72 | 0.09 | - |
| YUV | 19.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 0 | 0 | 0.58 | 1 | 0.86 | 25 | 1 | 0.07 |
| Hex | 24 | F | 0 | 0 | 3A | 64 | 56 | 19 | 64 | 7 |
| Octal | 44 | 17 | 0 | 0 | 72 | 144 | 126 | 31 | 144 | 7 |
| Binary | 100100 | 1111 | 0 | 0 | 111010 | 1100100 | 1010110 | 11001 | 1100100 | 111 |
Color Harmonies of #240F00
Complementary color
Monochromatic Colors of #240F00
Black with #240F00
Text Example
Text Example
White with #240F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F00; }
p { color: rgb(36,15,0); }
H1.HeaderClassName
{
color: #240F00;
}
.AnyTagClassName
{
color: #240F00;
}
</style>
background-color css
<style>
a { background-color: #240F00; }
a { background-color: rgb(36,15,0); }
div.DivClassName
{
background-color: #240F00;
}
.BgClassName
{
background-color: #240F00;
}
</style>
border-color css
<style>
span { border-color: #240F00; }
span { border-color: rgb(36,15,0); }
td.TdClassName
{
border-color: #240F00;
}
.TagClassName
{
border-color: #240F00;
}
</style>