Shades of Black #170A07
Tints of Black #170A07
RGB
CMYK
RGB Variations
Color information
#170A07 (or 0x170A07) is known color: Black. HEX triplet: 17, 0A and 07. RGB value is (23,10,7). Sum of RGB (Red+Green+Blue) = 23+10+7=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #170A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A07 is #E8F5F8. Grayscale: #0D0D0D. Windows color (decimal): -15267321 or 461335. OLE color: 461335.
HSL color Cylindrical-coordinate representation of color #170A07: hue angle of 11.25º 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 #170A07 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 10 | 7 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.91 |
| HSL | 11.25º | 0.53% | 0.06% | - |
| HSV(B) | 11.25º | 0.7% | 0.09% | - |
| XYZ | 0.5 | 0.41 | 0.25 | - |
| YUV | 13.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 7 | 0 | 0.57 | 0.70 | 0.91 | 11.25 | 0.53 | 0.06 |
| Hex | 17 | A | 7 | 0 | 39 | 46 | 5B | B | 35 | 6 |
| Octal | 27 | 12 | 7 | 0 | 71 | 106 | 133 | 13 | 65 | 6 |
| Binary | 10111 | 1010 | 111 | 0 | 111001 | 1000110 | 1011011 | 1011 | 110101 | 110 |
Color Harmonies of #170A07
Complementary color
Monochromatic Colors of #170A07
Black with #170A07
Text Example
Text Example
White with #170A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A07; }
p { color: rgb(23,10,7); }
H1.HeaderClassName
{
color: #170A07;
}
.AnyTagClassName
{
color: #170A07;
}
</style>
background-color css
<style>
a { background-color: #170A07; }
a { background-color: rgb(23,10,7); }
div.DivClassName
{
background-color: #170A07;
}
.BgClassName
{
background-color: #170A07;
}
</style>
border-color css
<style>
span { border-color: #170A07; }
span { border-color: rgb(23,10,7); }
td.TdClassName
{
border-color: #170A07;
}
.TagClassName
{
border-color: #170A07;
}
</style>