Shades of Black #170B08
Tints of Black #170B08
RGB
CMYK
RGB Variations
Color information
#170B08 (or 0x170B08) is known color: Black. HEX triplet: 17, 0B and 08. RGB value is (23,11,8). Sum of RGB (Red+Green+Blue) = 23+11+8=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B08 is #E8F4F7. Grayscale: #0E0E0E. Windows color (decimal): -15267064 or 527127. OLE color: 527127.
HSL color Cylindrical-coordinate representation of color #170B08: hue angle of 12º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170B08 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 11 | 8 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.91 |
| HSL | 12º | 0.48% | 0.06% | - |
| HSV(B) | 12º | 0.65% | 0.09% | - |
| XYZ | 0.52 | 0.44 | 0.29 | - |
| YUV | 14.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 8 | 0 | 0.52 | 0.65 | 0.91 | 12 | 0.48 | 0.06 |
| Hex | 17 | B | 8 | 0 | 34 | 41 | 5B | C | 30 | 6 |
| Octal | 27 | 13 | 10 | 0 | 64 | 101 | 133 | 14 | 60 | 6 |
| Binary | 10111 | 1011 | 1000 | 0 | 110100 | 1000001 | 1011011 | 1100 | 110000 | 110 |
Color Harmonies of #170B08
Complementary color
Monochromatic Colors of #170B08
Black with #170B08
Text Example
Text Example
White with #170B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B08; }
p { color: rgb(23,11,8); }
H1.HeaderClassName
{
color: #170B08;
}
.AnyTagClassName
{
color: #170B08;
}
</style>
background-color css
<style>
a { background-color: #170B08; }
a { background-color: rgb(23,11,8); }
div.DivClassName
{
background-color: #170B08;
}
.BgClassName
{
background-color: #170B08;
}
</style>
border-color css
<style>
span { border-color: #170B08; }
span { border-color: rgb(23,11,8); }
td.TdClassName
{
border-color: #170B08;
}
.TagClassName
{
border-color: #170B08;
}
</style>