Shades of Black Forest #151D12
Tints of Black Forest #151D12
RGB
CMYK
RGB Variations
Color information
#151D12 (or 0x151D12) is known color: Black Forest. HEX triplet: 15, 1D and 12. RGB value is (21,29,18). Sum of RGB (Red+Green+Blue) = 21+29+18=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #151D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D12 is #EAE2ED. Grayscale: #191919. Windows color (decimal): -15393518 or 1187093. OLE color: 1187093.
HSL color Cylindrical-coordinate representation of color #151D12: hue angle of 103.64º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #151D12 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 29 | 18 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.89 |
| HSL | 103.64º | 0.23% | 0.09% | - |
| HSV(B) | 103.64º | 0.38% | 0.11% | - |
| XYZ | 0.86 | 1.08 | 0.74 | - |
| YUV | 25.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 18 | 0.28 | 0 | 0.38 | 0.89 | 103.64 | 0.23 | 0.09 |
| Hex | 15 | 1D | 12 | 1C | 0 | 26 | 59 | 68 | 17 | 9 |
| Octal | 25 | 35 | 22 | 34 | 0 | 46 | 131 | 150 | 27 | 11 |
| Binary | 10101 | 11101 | 10010 | 11100 | 0 | 100110 | 1011001 | 1101000 | 10111 | 1001 |
Color Harmonies of #151D12
Complementary color
Monochromatic Colors of #151D12
Black with #151D12
Text Example
Text Example
White with #151D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D12; }
p { color: rgb(21,29,18); }
H1.HeaderClassName
{
color: #151D12;
}
.AnyTagClassName
{
color: #151D12;
}
</style>
background-color css
<style>
a { background-color: #151D12; }
a { background-color: rgb(21,29,18); }
div.DivClassName
{
background-color: #151D12;
}
.BgClassName
{
background-color: #151D12;
}
</style>
border-color css
<style>
span { border-color: #151D12; }
span { border-color: rgb(21,29,18); }
td.TdClassName
{
border-color: #151D12;
}
.TagClassName
{
border-color: #151D12;
}
</style>