Shades of Wood Bark #240F01
Tints of Wood Bark #240F01
RGB
CMYK
RGB Variations
Color information
#240F01 (or 0x240F01) is known color: Wood Bark. HEX triplet: 24, 0F and 01. RGB value is (36,15,1). Sum of RGB (Red+Green+Blue) = 36+15+1=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #240F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F01 is #DBF0FE. Grayscale: #131313. Windows color (decimal): -14414079 or 69412. OLE color: 69412.
HSL color Cylindrical-coordinate representation of color #240F01: hue angle of 24º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240F01 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 1 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.86 |
| HSL | 24º | 0.95% | 0.07% | - |
| HSV(B) | 24º | 0.97% | 0.14% | - |
| XYZ | 0.9 | 0.72 | 0.12 | - |
| YUV | 19.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 1 | 0 | 0.58 | 0.97 | 0.86 | 24 | 0.95 | 0.07 |
| Hex | 24 | F | 1 | 0 | 3A | 61 | 56 | 18 | 5F | 7 |
| Octal | 44 | 17 | 1 | 0 | 72 | 141 | 126 | 30 | 137 | 7 |
| Binary | 100100 | 1111 | 1 | 0 | 111010 | 1100001 | 1010110 | 11000 | 1011111 | 111 |
Color Harmonies of #240F01
Complementary color
Monochromatic Colors of #240F01
Black with #240F01
Text Example
Text Example
White with #240F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F01; }
p { color: rgb(36,15,1); }
H1.HeaderClassName
{
color: #240F01;
}
.AnyTagClassName
{
color: #240F01;
}
</style>
background-color css
<style>
a { background-color: #240F01; }
a { background-color: rgb(36,15,1); }
div.DivClassName
{
background-color: #240F01;
}
.BgClassName
{
background-color: #240F01;
}
</style>
border-color css
<style>
span { border-color: #240F01; }
span { border-color: rgb(36,15,1); }
td.TdClassName
{
border-color: #240F01;
}
.TagClassName
{
border-color: #240F01;
}
</style>