Shades of Black #170402
Tints of Black #170402
RGB
CMYK
RGB Variations
Color information
#170402 (or 0x170402) is known color: Black. HEX triplet: 17, 04 and 02. RGB value is (23,4,2). Sum of RGB (Red+Green+Blue) = 23+4+2=29 (3% of max value = 765). Red value is 23 (9.38% from 255 or 79.31% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 23 - color contains mainly: red. Hex color #170402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170402 is #E8FBFD. Grayscale: #090909. Windows color (decimal): -15268862 or 132119. OLE color: 132119.
HSL color Cylindrical-coordinate representation of color #170402: hue angle of 5.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170402 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 4 | 2 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.91 |
| HSL | 5.71º | 0.84% | 0.05% | - |
| HSV(B) | 5.71º | 0.91% | 0.09% | - |
| XYZ | 0.41 | 0.27 | 0.09 | - |
| YUV | 9.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 2 | 0 | 0.83 | 0.91 | 0.91 | 5.71 | 0.84 | 0.05 |
| Hex | 17 | 4 | 2 | 0 | 53 | 5B | 5B | 6 | 54 | 5 |
| Octal | 27 | 4 | 2 | 0 | 123 | 133 | 133 | 6 | 124 | 5 |
| Binary | 10111 | 100 | 10 | 0 | 1010011 | 1011011 | 1011011 | 110 | 1010100 | 101 |
Color Harmonies of #170402
Complementary color
Monochromatic Colors of #170402
Black with #170402
Text Example
Text Example
White with #170402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170402; }
p { color: rgb(23,4,2); }
H1.HeaderClassName
{
color: #170402;
}
.AnyTagClassName
{
color: #170402;
}
</style>
background-color css
<style>
a { background-color: #170402; }
a { background-color: rgb(23,4,2); }
div.DivClassName
{
background-color: #170402;
}
.BgClassName
{
background-color: #170402;
}
</style>
border-color css
<style>
span { border-color: #170402; }
span { border-color: rgb(23,4,2); }
td.TdClassName
{
border-color: #170402;
}
.TagClassName
{
border-color: #170402;
}
</style>