Shades of Black Forest #1C2418
Tints of Black Forest #1C2418
RGB
CMYK
RGB Variations
Color information
#1C2418 (or 0x1C2418) is known color: Black Forest. HEX triplet: 1C, 24 and 18. RGB value is (28,36,24). Sum of RGB (Red+Green+Blue) = 28+36+24=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2418 is #E3DBE7. Grayscale: #202020. Windows color (decimal): -14932968 or 1582108. OLE color: 1582108.
HSL color Cylindrical-coordinate representation of color #1C2418: hue angle of 100º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C2418 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 24 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.86 |
| HSL | 100º | 0.2% | 0.12% | - |
| HSV(B) | 100º | 0.33% | 0.14% | - |
| XYZ | 1.27 | 1.57 | 1.1 | - |
| YUV | 32.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 24 | 0.22 | 0 | 0.33 | 0.86 | 100 | 0.2 | 0.12 |
| Hex | 1C | 24 | 18 | 16 | 0 | 21 | 56 | 64 | 14 | C |
| Octal | 34 | 44 | 30 | 26 | 0 | 41 | 126 | 144 | 24 | 14 |
| Binary | 11100 | 100100 | 11000 | 10110 | 0 | 100001 | 1010110 | 1100100 | 10100 | 1100 |
Color Harmonies of #1C2418
Complementary color
Monochromatic Colors of #1C2418
Black with #1C2418
Text Example
Text Example
White with #1C2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2418; }
p { color: rgb(28,36,24); }
H1.HeaderClassName
{
color: #1C2418;
}
.AnyTagClassName
{
color: #1C2418;
}
</style>
background-color css
<style>
a { background-color: #1C2418; }
a { background-color: rgb(28,36,24); }
div.DivClassName
{
background-color: #1C2418;
}
.BgClassName
{
background-color: #1C2418;
}
</style>
border-color css
<style>
span { border-color: #1C2418; }
span { border-color: rgb(28,36,24); }
td.TdClassName
{
border-color: #1C2418;
}
.TagClassName
{
border-color: #1C2418;
}
</style>