Shades of Black #170A0A
Tints of Black #170A0A
RGB
CMYK
RGB Variations
Color information
#170A0A (or 0x170A0A) is known color: Black. HEX triplet: 17, 0A and 0A. RGB value is (23,10,10). Sum of RGB (Red+Green+Blue) = 23+10+10=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0A is #E8F5F5. Grayscale: #0D0D0D. Windows color (decimal): -15267318 or 657943. OLE color: 657943.
HSL color Cylindrical-coordinate representation of color #170A0A: hue angle of 0º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A0A is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 10 | 10 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.91 |
| HSL | 0º | 0.39% | 0.06% | - |
| HSV(B) | 0º | 0.57% | 0.09% | - |
| XYZ | 0.52 | 0.42 | 0.34 | - |
| YUV | 13.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 10 | 0 | 0.57 | 0.57 | 0.91 | 0 | 0.39 | 0.06 |
| Hex | 17 | A | A | 0 | 39 | 39 | 5B | 0 | 27 | 6 |
| Octal | 27 | 12 | 12 | 0 | 71 | 71 | 133 | 0 | 47 | 6 |
| Binary | 10111 | 1010 | 1010 | 0 | 111001 | 111001 | 1011011 | 0 | 100111 | 110 |
Color Harmonies of #170A0A
Complementary color
Monochromatic Colors of #170A0A
Black with #170A0A
Text Example
Text Example
White with #170A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A0A; }
p { color: rgb(23,10,10); }
H1.HeaderClassName
{
color: #170A0A;
}
.AnyTagClassName
{
color: #170A0A;
}
</style>
background-color css
<style>
a { background-color: #170A0A; }
a { background-color: rgb(23,10,10); }
div.DivClassName
{
background-color: #170A0A;
}
.BgClassName
{
background-color: #170A0A;
}
</style>
border-color css
<style>
span { border-color: #170A0A; }
span { border-color: rgb(23,10,10); }
td.TdClassName
{
border-color: #170A0A;
}
.TagClassName
{
border-color: #170A0A;
}
</style>