Shades of Black Forest #151C12
Tints of Black Forest #151C12
RGB
CMYK
RGB Variations
Color information
#151C12 (or 0x151C12) is known color: Black Forest. HEX triplet: 15, 1C and 12. RGB value is (21,28,18). Sum of RGB (Red+Green+Blue) = 21+28+18=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #151C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C12 is #EAE3ED. Grayscale: #181818. Windows color (decimal): -15393774 or 1186837. OLE color: 1186837.
HSL color Cylindrical-coordinate representation of color #151C12: hue angle of 102º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151C12 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 18 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.89 |
| HSL | 102º | 0.22% | 0.09% | - |
| HSV(B) | 102º | 0.36% | 0.11% | - |
| XYZ | 0.83 | 1.03 | 0.73 | - |
| YUV | 24.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 18 | 0.25 | 0 | 0.36 | 0.89 | 102 | 0.22 | 0.09 |
| Hex | 15 | 1C | 12 | 19 | 0 | 24 | 59 | 66 | 16 | 9 |
| Octal | 25 | 34 | 22 | 31 | 0 | 44 | 131 | 146 | 26 | 11 |
| Binary | 10101 | 11100 | 10010 | 11001 | 0 | 100100 | 1011001 | 1100110 | 10110 | 1001 |
Color Harmonies of #151C12
Complementary color
Monochromatic Colors of #151C12
Black with #151C12
Text Example
Text Example
White with #151C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C12; }
p { color: rgb(21,28,18); }
H1.HeaderClassName
{
color: #151C12;
}
.AnyTagClassName
{
color: #151C12;
}
</style>
background-color css
<style>
a { background-color: #151C12; }
a { background-color: rgb(21,28,18); }
div.DivClassName
{
background-color: #151C12;
}
.BgClassName
{
background-color: #151C12;
}
</style>
border-color css
<style>
span { border-color: #151C12; }
span { border-color: rgb(21,28,18); }
td.TdClassName
{
border-color: #151C12;
}
.TagClassName
{
border-color: #151C12;
}
</style>