Shades of Black #170201
Tints of Black #170201
RGB
CMYK
RGB Variations
Color information
#170201 (or 0x170201) is known color: Black. HEX triplet: 17, 02 and 01. RGB value is (23,2,1). Sum of RGB (Red+Green+Blue) = 23+2+1=26 (3% of max value = 765). Red value is 23 (9.38% from 255 or 88.46% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 23 - color contains mainly: red. Hex color #170201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170201 is #E8FDFE. Grayscale: #080808. Windows color (decimal): -15269375 or 66071. OLE color: 66071.
HSL color Cylindrical-coordinate representation of color #170201: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170201 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 1 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.91 |
| HSL | 2.73º | 0.92% | 0.05% | - |
| HSV(B) | 2.73º | 0.96% | 0.09% | - |
| XYZ | 0.38 | 0.23 | 0.05 | - |
| YUV | 8.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 1 | 0 | 0.91 | 0.96 | 0.91 | 2.73 | 0.92 | 0.05 |
| Hex | 17 | 2 | 1 | 0 | 5B | 60 | 5B | 3 | 5C | 5 |
| Octal | 27 | 2 | 1 | 0 | 133 | 140 | 133 | 3 | 134 | 5 |
| Binary | 10111 | 10 | 1 | 0 | 1011011 | 1100000 | 1011011 | 11 | 1011100 | 101 |
Color Harmonies of #170201
Complementary color
Monochromatic Colors of #170201
Black with #170201
Text Example
Text Example
White with #170201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170201; }
p { color: rgb(23,2,1); }
H1.HeaderClassName
{
color: #170201;
}
.AnyTagClassName
{
color: #170201;
}
</style>
background-color css
<style>
a { background-color: #170201; }
a { background-color: rgb(23,2,1); }
div.DivClassName
{
background-color: #170201;
}
.BgClassName
{
background-color: #170201;
}
</style>
border-color css
<style>
span { border-color: #170201; }
span { border-color: rgb(23,2,1); }
td.TdClassName
{
border-color: #170201;
}
.TagClassName
{
border-color: #170201;
}
</style>