Shades of Black Forest #172E0B
Tints of Black Forest #172E0B
RGB
CMYK
RGB Variations
Color information
#172E0B (or 0x172E0B) is known color: Black Forest. HEX triplet: 17, 2E and 0B. RGB value is (23,46,11). Sum of RGB (Red+Green+Blue) = 23+46+11=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #172E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172E0B is #E8D1F4. Grayscale: #232323. Windows color (decimal): -15258101 or 732695. OLE color: 732695.
HSL color Cylindrical-coordinate representation of color #172E0B: hue angle of 99.43º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172E0B is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 46 | 11 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.82 |
| HSL | 99.43º | 0.61% | 0.11% | - |
| HSV(B) | 99.43º | 0.76% | 0.18% | - |
| XYZ | 1.39 | 2.16 | 0.66 | - |
| YUV | 35.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 11 | 0.50 | 0 | 0.76 | 0.82 | 99.43 | 0.61 | 0.11 |
| Hex | 17 | 2E | B | 32 | 0 | 4C | 52 | 63 | 3D | B |
| Octal | 27 | 56 | 13 | 62 | 0 | 114 | 122 | 143 | 75 | 13 |
| Binary | 10111 | 101110 | 1011 | 110010 | 0 | 1001100 | 1010010 | 1100011 | 111101 | 1011 |
Color Harmonies of #172E0B
Complementary color
Monochromatic Colors of #172E0B
Black with #172E0B
Text Example
Text Example
White with #172E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E0B; }
p { color: rgb(23,46,11); }
H1.HeaderClassName
{
color: #172E0B;
}
.AnyTagClassName
{
color: #172E0B;
}
</style>
background-color css
<style>
a { background-color: #172E0B; }
a { background-color: rgb(23,46,11); }
div.DivClassName
{
background-color: #172E0B;
}
.BgClassName
{
background-color: #172E0B;
}
</style>
border-color css
<style>
span { border-color: #172E0B; }
span { border-color: rgb(23,46,11); }
td.TdClassName
{
border-color: #172E0B;
}
.TagClassName
{
border-color: #172E0B;
}
</style>