Shades of Black Forest #161D13
Tints of Black Forest #161D13
RGB
CMYK
RGB Variations
Color information
#161D13 (or 0x161D13) is known color: Black Forest. HEX triplet: 16, 1D and 13. RGB value is (22,29,19). Sum of RGB (Red+Green+Blue) = 22+29+19=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #161D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D13 is #E9E2EC. Grayscale: #191919. Windows color (decimal): -15327981 or 1252630. OLE color: 1252630.
HSL color Cylindrical-coordinate representation of color #161D13: hue angle of 102º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #161D13 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
RGB | 22 | 29 | 19 | - |
CMYK | 0.24 | 0 | 0.34 | 0.89 |
HSL | 102º | 0.21% | 0.09% | - |
HSV(B) | 102º | 0.34% | 0.11% | - |
XYZ | 0.89 | 1.1 | 0.78 | - |
YUV | 25.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 22 | 29 | 19 | 0.24 | 0 | 0.34 | 0.89 | 102 | 0.21 | 0.09 |
Hex | 16 | 1D | 13 | 18 | 0 | 22 | 59 | 66 | 15 | 9 |
Octal | 26 | 35 | 23 | 30 | 0 | 42 | 131 | 146 | 25 | 11 |
Binary | 10110 | 11101 | 10011 | 11000 | 0 | 100010 | 1011001 | 1100110 | 10101 | 1001 |
Color Harmonies of #161D13
Complementary color
Monochromatic Colors of #161D13
Black with #161D13
Text Example
Text Example
White with #161D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D13; }
p { color: rgb(22,29,19); }
H1.HeaderClassName
{
color: #161D13;
}
.AnyTagClassName
{
color: #161D13;
}
</style>
background-color css
<style>
a { background-color: #161D13; }
a { background-color: rgb(22,29,19); }
div.DivClassName
{
background-color: #161D13;
}
.BgClassName
{
background-color: #161D13;
}
</style>
border-color css
<style>
span { border-color: #161D13; }
span { border-color: rgb(22,29,19); }
td.TdClassName
{
border-color: #161D13;
}
.TagClassName
{
border-color: #161D13;
}
</style>