Shades of Black Forest #172A0D
Tints of Black Forest #172A0D
RGB
CMYK
RGB Variations
Color information
#172A0D (or 0x172A0D) is known color: Black Forest. HEX triplet: 17, 2A and 0D. RGB value is (23,42,13). Sum of RGB (Red+Green+Blue) = 23+42+13=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #172A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172A0D is #E8D5F2. Grayscale: #212121. Windows color (decimal): -15259123 or 862743. OLE color: 862743.
HSL color Cylindrical-coordinate representation of color #172A0D: hue angle of 99.31º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #172A0D is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 13 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.84 |
| HSL | 99.31º | 0.53% | 0.11% | - |
| HSV(B) | 99.31º | 0.69% | 0.16% | - |
| XYZ | 1.25 | 1.87 | 0.68 | - |
| YUV | 33.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 13 | 0.45 | 0 | 0.69 | 0.84 | 99.31 | 0.53 | 0.11 |
| Hex | 17 | 2A | D | 2D | 0 | 45 | 54 | 63 | 35 | B |
| Octal | 27 | 52 | 15 | 55 | 0 | 105 | 124 | 143 | 65 | 13 |
| Binary | 10111 | 101010 | 1101 | 101101 | 0 | 1000101 | 1010100 | 1100011 | 110101 | 1011 |
Color Harmonies of #172A0D
Complementary color
Monochromatic Colors of #172A0D
Black with #172A0D
Text Example
Text Example
White with #172A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A0D; }
p { color: rgb(23,42,13); }
H1.HeaderClassName
{
color: #172A0D;
}
.AnyTagClassName
{
color: #172A0D;
}
</style>
background-color css
<style>
a { background-color: #172A0D; }
a { background-color: rgb(23,42,13); }
div.DivClassName
{
background-color: #172A0D;
}
.BgClassName
{
background-color: #172A0D;
}
</style>
border-color css
<style>
span { border-color: #172A0D; }
span { border-color: rgb(23,42,13); }
td.TdClassName
{
border-color: #172A0D;
}
.TagClassName
{
border-color: #172A0D;
}
</style>