Shades of Black Forest #243C14
Tints of Black Forest #243C14
RGB
CMYK
RGB Variations
Color information
#243C14 (or 0x243C14) is known color: Black Forest. HEX triplet: 24, 3C and 14. RGB value is (36,60,20). Sum of RGB (Red+Green+Blue) = 36+60+20=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #243C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243C14 is #DBC3EB. Grayscale: #303030. Windows color (decimal): -14402540 or 1326116. OLE color: 1326116.
HSL color Cylindrical-coordinate representation of color #243C14: hue angle of 96º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243C14 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 60 | 20 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.76 |
| HSL | 96º | 0.5% | 0.16% | - |
| HSV(B) | 96º | 0.67% | 0.24% | - |
| XYZ | 2.47 | 3.66 | 1.24 | - |
| YUV | 48.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 20 | 0.40 | 0 | 0.67 | 0.76 | 96 | 0.5 | 0.16 |
| Hex | 24 | 3C | 14 | 28 | 0 | 43 | 4C | 60 | 32 | 10 |
| Octal | 44 | 74 | 24 | 50 | 0 | 103 | 114 | 140 | 62 | 20 |
| Binary | 100100 | 111100 | 10100 | 101000 | 0 | 1000011 | 1001100 | 1100000 | 110010 | 10000 |
Color Harmonies of #243C14
Complementary color
Monochromatic Colors of #243C14
Black with #243C14
Text Example
Text Example
White with #243C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C14; }
p { color: rgb(36,60,20); }
H1.HeaderClassName
{
color: #243C14;
}
.AnyTagClassName
{
color: #243C14;
}
</style>
background-color css
<style>
a { background-color: #243C14; }
a { background-color: rgb(36,60,20); }
div.DivClassName
{
background-color: #243C14;
}
.BgClassName
{
background-color: #243C14;
}
</style>
border-color css
<style>
span { border-color: #243C14; }
span { border-color: rgb(36,60,20); }
td.TdClassName
{
border-color: #243C14;
}
.TagClassName
{
border-color: #243C14;
}
</style>