Shades of Black #170C05
Tints of Black #170C05
RGB
CMYK
RGB Variations
Color information
#170C05 (or 0x170C05) is known color: Black. HEX triplet: 17, 0C and 05. RGB value is (23,12,5). Sum of RGB (Red+Green+Blue) = 23+12+5=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #170C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C05 is #E8F3FA. Grayscale: #0E0E0E. Windows color (decimal): -15266811 or 330775. OLE color: 330775.
HSL color Cylindrical-coordinate representation of color #170C05: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170C05 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 5 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.91 |
| HSL | 23.33º | 0.64% | 0.05% | - |
| HSV(B) | 23.33º | 0.78% | 0.09% | - |
| XYZ | 0.51 | 0.46 | 0.2 | - |
| YUV | 14.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 5 | 0 | 0.48 | 0.78 | 0.91 | 23.33 | 0.64 | 0.05 |
| Hex | 17 | C | 5 | 0 | 30 | 4E | 5B | 17 | 40 | 5 |
| Octal | 27 | 14 | 5 | 0 | 60 | 116 | 133 | 27 | 100 | 5 |
| Binary | 10111 | 1100 | 101 | 0 | 110000 | 1001110 | 1011011 | 10111 | 1000000 | 101 |
Color Harmonies of #170C05
Complementary color
Monochromatic Colors of #170C05
Black with #170C05
Text Example
Text Example
White with #170C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C05; }
p { color: rgb(23,12,5); }
H1.HeaderClassName
{
color: #170C05;
}
.AnyTagClassName
{
color: #170C05;
}
</style>
background-color css
<style>
a { background-color: #170C05; }
a { background-color: rgb(23,12,5); }
div.DivClassName
{
background-color: #170C05;
}
.BgClassName
{
background-color: #170C05;
}
</style>
border-color css
<style>
span { border-color: #170C05; }
span { border-color: rgb(23,12,5); }
td.TdClassName
{
border-color: #170C05;
}
.TagClassName
{
border-color: #170C05;
}
</style>