Shades of Black #170601
Tints of Black #170601
RGB
CMYK
RGB Variations
Color information
#170601 (or 0x170601) is known color: Black. HEX triplet: 17, 06 and 01. RGB value is (23,6,1). Sum of RGB (Red+Green+Blue) = 23+6+1=30 (3% of max value = 765). Red value is 23 (9.38% from 255 or 76.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 23 - color contains mainly: red. Hex color #170601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170601 is #E8F9FE. Grayscale: #0A0A0A. Windows color (decimal): -15268351 or 67095. OLE color: 67095.
HSL color Cylindrical-coordinate representation of color #170601: hue angle of 13.64º 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 #170601 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 6 | 1 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.91 |
| HSL | 13.64º | 0.92% | 0.05% | - |
| HSV(B) | 13.64º | 0.96% | 0.09% | - |
| XYZ | 0.42 | 0.31 | 0.07 | - |
| YUV | 10.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 1 | 0 | 0.74 | 0.96 | 0.91 | 13.64 | 0.92 | 0.05 |
| Hex | 17 | 6 | 1 | 0 | 4A | 60 | 5B | E | 5C | 5 |
| Octal | 27 | 6 | 1 | 0 | 112 | 140 | 133 | 16 | 134 | 5 |
| Binary | 10111 | 110 | 1 | 0 | 1001010 | 1100000 | 1011011 | 1110 | 1011100 | 101 |
Color Harmonies of #170601
Complementary color
Monochromatic Colors of #170601
Black with #170601
Text Example
Text Example
White with #170601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170601; }
p { color: rgb(23,6,1); }
H1.HeaderClassName
{
color: #170601;
}
.AnyTagClassName
{
color: #170601;
}
</style>
background-color css
<style>
a { background-color: #170601; }
a { background-color: rgb(23,6,1); }
div.DivClassName
{
background-color: #170601;
}
.BgClassName
{
background-color: #170601;
}
</style>
border-color css
<style>
span { border-color: #170601; }
span { border-color: rgb(23,6,1); }
td.TdClassName
{
border-color: #170601;
}
.TagClassName
{
border-color: #170601;
}
</style>