Shades of Black Forest #244012
Tints of Black Forest #244012
RGB
CMYK
RGB Variations
Color information
#244012 (or 0x244012) is known color: Black Forest. HEX triplet: 24, 40 and 12. RGB value is (36,64,18). Sum of RGB (Red+Green+Blue) = 36+64+18=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #244012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244012 is #DBBFED. Grayscale: #323232. Windows color (decimal): -14401518 or 1196068. OLE color: 1196068.
HSL color Cylindrical-coordinate representation of color #244012: hue angle of 96.52º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #244012 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 18 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.75 |
| HSL | 96.52º | 0.56% | 0.16% | - |
| HSV(B) | 96.52º | 0.72% | 0.25% | - |
| XYZ | 2.67 | 4.09 | 1.22 | - |
| YUV | 50.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 18 | 0.44 | 0 | 0.72 | 0.75 | 96.52 | 0.56 | 0.16 |
| Hex | 24 | 40 | 12 | 2C | 0 | 48 | 4B | 61 | 38 | 10 |
| Octal | 44 | 100 | 22 | 54 | 0 | 110 | 113 | 141 | 70 | 20 |
| Binary | 100100 | 1000000 | 10010 | 101100 | 0 | 1001000 | 1001011 | 1100001 | 111000 | 10000 |
Color Harmonies of #244012
Complementary color
Monochromatic Colors of #244012
Black with #244012
Text Example
Text Example
White with #244012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244012; }
p { color: rgb(36,64,18); }
H1.HeaderClassName
{
color: #244012;
}
.AnyTagClassName
{
color: #244012;
}
</style>
background-color css
<style>
a { background-color: #244012; }
a { background-color: rgb(36,64,18); }
div.DivClassName
{
background-color: #244012;
}
.BgClassName
{
background-color: #244012;
}
</style>
border-color css
<style>
span { border-color: #244012; }
span { border-color: rgb(36,64,18); }
td.TdClassName
{
border-color: #244012;
}
.TagClassName
{
border-color: #244012;
}
</style>