Shades of Black #170B07
Tints of Black #170B07
RGB
CMYK
RGB Variations
Color information
#170B07 (or 0x170B07) is known color: Black. HEX triplet: 17, 0B and 07. RGB value is (23,11,7). Sum of RGB (Red+Green+Blue) = 23+11+7=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #170B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B07 is #E8F4F8. Grayscale: #0E0E0E. Windows color (decimal): -15267065 or 461591. OLE color: 461591.
HSL color Cylindrical-coordinate representation of color #170B07: hue angle of 15º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170B07 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 11 | 7 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.91 |
| HSL | 15º | 0.53% | 0.06% | - |
| HSV(B) | 15º | 0.7% | 0.09% | - |
| XYZ | 0.51 | 0.44 | 0.26 | - |
| YUV | 14.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 7 | 0 | 0.52 | 0.70 | 0.91 | 15 | 0.53 | 0.06 |
| Hex | 17 | B | 7 | 0 | 34 | 46 | 5B | F | 35 | 6 |
| Octal | 27 | 13 | 7 | 0 | 64 | 106 | 133 | 17 | 65 | 6 |
| Binary | 10111 | 1011 | 111 | 0 | 110100 | 1000110 | 1011011 | 1111 | 110101 | 110 |
Color Harmonies of #170B07
Complementary color
Monochromatic Colors of #170B07
Black with #170B07
Text Example
Text Example
White with #170B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B07; }
p { color: rgb(23,11,7); }
H1.HeaderClassName
{
color: #170B07;
}
.AnyTagClassName
{
color: #170B07;
}
</style>
background-color css
<style>
a { background-color: #170B07; }
a { background-color: rgb(23,11,7); }
div.DivClassName
{
background-color: #170B07;
}
.BgClassName
{
background-color: #170B07;
}
</style>
border-color css
<style>
span { border-color: #170B07; }
span { border-color: rgb(23,11,7); }
td.TdClassName
{
border-color: #170B07;
}
.TagClassName
{
border-color: #170B07;
}
</style>