Shades of Black Forest #172F0A
Tints of Black Forest #172F0A
RGB
CMYK
RGB Variations
Color information
#172F0A (or 0x172F0A) is known color: Black Forest. HEX triplet: 17, 2F and 0A. RGB value is (23,47,10). Sum of RGB (Red+Green+Blue) = 23+47+10=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 47 (18.75% from 255 or 58.75% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 47 - color contains mainly: green. Hex color #172F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172F0A is #E8D0F5. Grayscale: #232323. Windows color (decimal): -15257846 or 667415. OLE color: 667415.
HSL color Cylindrical-coordinate representation of color #172F0A: hue angle of 98.92º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172F0A is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 10 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.82 |
| HSL | 98.92º | 0.65% | 0.11% | - |
| HSV(B) | 98.92º | 0.79% | 0.18% | - |
| XYZ | 1.42 | 2.24 | 0.64 | - |
| YUV | 35.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 10 | 0.51 | 0 | 0.79 | 0.82 | 98.92 | 0.65 | 0.11 |
| Hex | 17 | 2F | A | 33 | 0 | 4F | 52 | 63 | 41 | B |
| Octal | 27 | 57 | 12 | 63 | 0 | 117 | 122 | 143 | 101 | 13 |
| Binary | 10111 | 101111 | 1010 | 110011 | 0 | 1001111 | 1010010 | 1100011 | 1000001 | 1011 |
Color Harmonies of #172F0A
Complementary color
Monochromatic Colors of #172F0A
Black with #172F0A
Text Example
Text Example
White with #172F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F0A; }
p { color: rgb(23,47,10); }
H1.HeaderClassName
{
color: #172F0A;
}
.AnyTagClassName
{
color: #172F0A;
}
</style>
background-color css
<style>
a { background-color: #172F0A; }
a { background-color: rgb(23,47,10); }
div.DivClassName
{
background-color: #172F0A;
}
.BgClassName
{
background-color: #172F0A;
}
</style>
border-color css
<style>
span { border-color: #172F0A; }
span { border-color: rgb(23,47,10); }
td.TdClassName
{
border-color: #172F0A;
}
.TagClassName
{
border-color: #172F0A;
}
</style>