Shades of Black #170B01
Tints of Black #170B01
RGB
CMYK
RGB Variations
Color information
#170B01 (or 0x170B01) is known color: Black. HEX triplet: 17, 0B and 01. RGB value is (23,11,1). Sum of RGB (Red+Green+Blue) = 23+11+1=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #170B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B01 is #E8F4FE. Grayscale: #0D0D0D. Windows color (decimal): -15267071 or 68375. OLE color: 68375.
HSL color Cylindrical-coordinate representation of color #170B01: hue angle of 27.27º 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 #170B01 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 11 | 1 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.91 |
| HSL | 27.27º | 0.92% | 0.05% | - |
| HSV(B) | 27.27º | 0.96% | 0.09% | - |
| XYZ | 0.48 | 0.42 | 0.09 | - |
| YUV | 13.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 1 | 0 | 0.52 | 0.96 | 0.91 | 27.27 | 0.92 | 0.05 |
| Hex | 17 | B | 1 | 0 | 34 | 60 | 5B | 1B | 5C | 5 |
| Octal | 27 | 13 | 1 | 0 | 64 | 140 | 133 | 33 | 134 | 5 |
| Binary | 10111 | 1011 | 1 | 0 | 110100 | 1100000 | 1011011 | 11011 | 1011100 | 101 |
Color Harmonies of #170B01
Complementary color
Monochromatic Colors of #170B01
Black with #170B01
Text Example
Text Example
White with #170B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B01; }
p { color: rgb(23,11,1); }
H1.HeaderClassName
{
color: #170B01;
}
.AnyTagClassName
{
color: #170B01;
}
</style>
background-color css
<style>
a { background-color: #170B01; }
a { background-color: rgb(23,11,1); }
div.DivClassName
{
background-color: #170B01;
}
.BgClassName
{
background-color: #170B01;
}
</style>
border-color css
<style>
span { border-color: #170B01; }
span { border-color: rgb(23,11,1); }
td.TdClassName
{
border-color: #170B01;
}
.TagClassName
{
border-color: #170B01;
}
</style>