Shades of Black Forest #151814
Tints of Black Forest #151814
RGB
CMYK
RGB Variations
Color information
#151814 (or 0x151814) is known color: Black Forest. HEX triplet: 15, 18 and 14. RGB value is (21,24,20). Sum of RGB (Red+Green+Blue) = 21+24+20=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 24 - color contains mainly: green. Hex color #151814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151814 is #EAE7EB. Grayscale: #161616. Windows color (decimal): -15394796 or 1316885. OLE color: 1316885.
HSL color Cylindrical-coordinate representation of color #151814: hue angle of 105º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #151814 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
RGB | 21 | 24 | 20 | - |
CMYK | 0.13 | 0 | 0.17 | 0.91 |
HSL | 105º | 0.09% | 0.09% | - |
HSV(B) | 105º | 0.17% | 0.09% | - |
XYZ | 0.76 | 0.86 | 0.79 | - |
YUV | 22.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 24 | 20 | 0.13 | 0 | 0.17 | 0.91 | 105 | 0.09 | 0.09 |
Hex | 15 | 18 | 14 | D | 0 | 11 | 5B | 69 | 9 | 9 |
Octal | 25 | 30 | 24 | 15 | 0 | 21 | 133 | 151 | 11 | 11 |
Binary | 10101 | 11000 | 10100 | 1101 | 0 | 10001 | 1011011 | 1101001 | 1001 | 1001 |
Color Harmonies of #151814
Complementary color
Monochromatic Colors of #151814
Black with #151814
Text Example
Text Example
White with #151814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151814; }
p { color: rgb(21,24,20); }
H1.HeaderClassName
{
color: #151814;
}
.AnyTagClassName
{
color: #151814;
}
</style>
background-color css
<style>
a { background-color: #151814; }
a { background-color: rgb(21,24,20); }
div.DivClassName
{
background-color: #151814;
}
.BgClassName
{
background-color: #151814;
}
</style>
border-color css
<style>
span { border-color: #151814; }
span { border-color: rgb(21,24,20); }
td.TdClassName
{
border-color: #151814;
}
.TagClassName
{
border-color: #151814;
}
</style>