Shades of Black Forest #121D0E
Tints of Black Forest #121D0E
RGB
CMYK
RGB Variations
Color information
#121D0E (or 0x121D0E) is known color: Black Forest. HEX triplet: 12, 1D and 0E. RGB value is (18,29,14). Sum of RGB (Red+Green+Blue) = 18+29+14=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #121D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D0E is #EDE2F1. Grayscale: #181818. Windows color (decimal): -15590130 or 924946. OLE color: 924946.
HSL color Cylindrical-coordinate representation of color #121D0E: hue angle of 104º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #121D0E is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 14 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.89 |
| HSL | 104º | 0.35% | 0.08% | - |
| HSV(B) | 104º | 0.52% | 0.11% | - |
| XYZ | 0.77 | 1.04 | 0.58 | - |
| YUV | 24 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 14 | 0.38 | 0 | 0.52 | 0.89 | 104 | 0.35 | 0.08 |
| Hex | 12 | 1D | E | 26 | 0 | 34 | 59 | 68 | 23 | 8 |
| Octal | 22 | 35 | 16 | 46 | 0 | 64 | 131 | 150 | 43 | 10 |
| Binary | 10010 | 11101 | 1110 | 100110 | 0 | 110100 | 1011001 | 1101000 | 100011 | 1000 |
Color Harmonies of #121D0E
Complementary color
Monochromatic Colors of #121D0E
Black with #121D0E
Text Example
Text Example
White with #121D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D0E; }
p { color: rgb(18,29,14); }
H1.HeaderClassName
{
color: #121D0E;
}
.AnyTagClassName
{
color: #121D0E;
}
</style>
background-color css
<style>
a { background-color: #121D0E; }
a { background-color: rgb(18,29,14); }
div.DivClassName
{
background-color: #121D0E;
}
.BgClassName
{
background-color: #121D0E;
}
</style>
border-color css
<style>
span { border-color: #121D0E; }
span { border-color: rgb(18,29,14); }
td.TdClassName
{
border-color: #121D0E;
}
.TagClassName
{
border-color: #121D0E;
}
</style>