Shades of Black Forest #182C0E
Tints of Black Forest #182C0E
RGB
CMYK
RGB Variations
Color information
#182C0E (or 0x182C0E) is known color: Black Forest. HEX triplet: 18, 2C and 0E. RGB value is (24,44,14). Sum of RGB (Red+Green+Blue) = 24+44+14=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #182C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C0E is #E7D3F1. Grayscale: #222222. Windows color (decimal): -15193074 or 928792. OLE color: 928792.
HSL color Cylindrical-coordinate representation of color #182C0E: hue angle of 100º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #182C0E is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 14 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.83 |
| HSL | 100º | 0.52% | 0.11% | - |
| HSV(B) | 100º | 0.68% | 0.17% | - |
| XYZ | 1.36 | 2.03 | 0.74 | - |
| YUV | 34.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 14 | 0.45 | 0 | 0.68 | 0.83 | 100 | 0.52 | 0.11 |
| Hex | 18 | 2C | E | 2D | 0 | 44 | 53 | 64 | 34 | B |
| Octal | 30 | 54 | 16 | 55 | 0 | 104 | 123 | 144 | 64 | 13 |
| Binary | 11000 | 101100 | 1110 | 101101 | 0 | 1000100 | 1010011 | 1100100 | 110100 | 1011 |
Color Harmonies of #182C0E
Complementary color
Monochromatic Colors of #182C0E
Black with #182C0E
Text Example
Text Example
White with #182C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C0E; }
p { color: rgb(24,44,14); }
H1.HeaderClassName
{
color: #182C0E;
}
.AnyTagClassName
{
color: #182C0E;
}
</style>
background-color css
<style>
a { background-color: #182C0E; }
a { background-color: rgb(24,44,14); }
div.DivClassName
{
background-color: #182C0E;
}
.BgClassName
{
background-color: #182C0E;
}
</style>
border-color css
<style>
span { border-color: #182C0E; }
span { border-color: rgb(24,44,14); }
td.TdClassName
{
border-color: #182C0E;
}
.TagClassName
{
border-color: #182C0E;
}
</style>