Shades of Black Forest #151E12
Tints of Black Forest #151E12
RGB
CMYK
RGB Variations
Color information
#151E12 (or 0x151E12) is known color: Black Forest. HEX triplet: 15, 1E and 12. RGB value is (21,30,18). Sum of RGB (Red+Green+Blue) = 21+30+18=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #151E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151E12 is #EAE1ED. Grayscale: #191919. Windows color (decimal): -15393262 or 1187349. OLE color: 1187349.
HSL color Cylindrical-coordinate representation of color #151E12: hue angle of 105º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #151E12 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 30 | 18 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.88 |
| HSL | 105º | 0.25% | 0.09% | - |
| HSV(B) | 105º | 0.4% | 0.12% | - |
| XYZ | 0.88 | 1.13 | 0.74 | - |
| YUV | 25.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 18 | 0.30 | 0 | 0.40 | 0.88 | 105 | 0.25 | 0.09 |
| Hex | 15 | 1E | 12 | 1E | 0 | 28 | 58 | 69 | 19 | 9 |
| Octal | 25 | 36 | 22 | 36 | 0 | 50 | 130 | 151 | 31 | 11 |
| Binary | 10101 | 11110 | 10010 | 11110 | 0 | 101000 | 1011000 | 1101001 | 11001 | 1001 |
Color Harmonies of #151E12
Complementary color
Monochromatic Colors of #151E12
Black with #151E12
Text Example
Text Example
White with #151E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E12; }
p { color: rgb(21,30,18); }
H1.HeaderClassName
{
color: #151E12;
}
.AnyTagClassName
{
color: #151E12;
}
</style>
background-color css
<style>
a { background-color: #151E12; }
a { background-color: rgb(21,30,18); }
div.DivClassName
{
background-color: #151E12;
}
.BgClassName
{
background-color: #151E12;
}
</style>
border-color css
<style>
span { border-color: #151E12; }
span { border-color: rgb(21,30,18); }
td.TdClassName
{
border-color: #151E12;
}
.TagClassName
{
border-color: #151E12;
}
</style>