Shades of Black #170301
Tints of Black #170301
RGB
CMYK
RGB Variations
Color information
#170301 (or 0x170301) is known color: Black. HEX triplet: 17, 03 and 01. RGB value is (23,3,1). Sum of RGB (Red+Green+Blue) = 23+3+1=27 (3% of max value = 765). Red value is 23 (9.38% from 255 or 85.19% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 23 - color contains mainly: red. Hex color #170301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170301 is #E8FCFE. Grayscale: #080808. Windows color (decimal): -15269119 or 66327. OLE color: 66327.
HSL color Cylindrical-coordinate representation of color #170301: hue angle of 5.45º 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 #170301 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 3 | 1 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.91 |
| HSL | 5.45º | 0.92% | 0.05% | - |
| HSV(B) | 5.45º | 0.96% | 0.09% | - |
| XYZ | 0.39 | 0.25 | 0.06 | - |
| YUV | 8.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 1 | 0 | 0.87 | 0.96 | 0.91 | 5.45 | 0.92 | 0.05 |
| Hex | 17 | 3 | 1 | 0 | 57 | 60 | 5B | 5 | 5C | 5 |
| Octal | 27 | 3 | 1 | 0 | 127 | 140 | 133 | 5 | 134 | 5 |
| Binary | 10111 | 11 | 1 | 0 | 1010111 | 1100000 | 1011011 | 101 | 1011100 | 101 |
Color Harmonies of #170301
Complementary color
Monochromatic Colors of #170301
Black with #170301
Text Example
Text Example
White with #170301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170301; }
p { color: rgb(23,3,1); }
H1.HeaderClassName
{
color: #170301;
}
.AnyTagClassName
{
color: #170301;
}
</style>
background-color css
<style>
a { background-color: #170301; }
a { background-color: rgb(23,3,1); }
div.DivClassName
{
background-color: #170301;
}
.BgClassName
{
background-color: #170301;
}
</style>
border-color css
<style>
span { border-color: #170301; }
span { border-color: rgb(23,3,1); }
td.TdClassName
{
border-color: #170301;
}
.TagClassName
{
border-color: #170301;
}
</style>