Shades of Black #170C08
Tints of Black #170C08
RGB
CMYK
RGB Variations
Color information
#170C08 (or 0x170C08) is known color: Black. HEX triplet: 17, 0C and 08. RGB value is (23,12,8). Sum of RGB (Red+Green+Blue) = 23+12+8=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C08 is #E8F3F7. Grayscale: #0E0E0E. Windows color (decimal): -15266808 or 527383. OLE color: 527383.
HSL color Cylindrical-coordinate representation of color #170C08: hue angle of 16º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170C08 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 8 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.91 |
| HSL | 16º | 0.48% | 0.06% | - |
| HSV(B) | 16º | 0.65% | 0.09% | - |
| XYZ | 0.53 | 0.46 | 0.29 | - |
| YUV | 14.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 8 | 0 | 0.48 | 0.65 | 0.91 | 16 | 0.48 | 0.06 |
| Hex | 17 | C | 8 | 0 | 30 | 41 | 5B | 10 | 30 | 6 |
| Octal | 27 | 14 | 10 | 0 | 60 | 101 | 133 | 20 | 60 | 6 |
| Binary | 10111 | 1100 | 1000 | 0 | 110000 | 1000001 | 1011011 | 10000 | 110000 | 110 |
Color Harmonies of #170C08
Complementary color
Monochromatic Colors of #170C08
Black with #170C08
Text Example
Text Example
White with #170C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C08; }
p { color: rgb(23,12,8); }
H1.HeaderClassName
{
color: #170C08;
}
.AnyTagClassName
{
color: #170C08;
}
</style>
background-color css
<style>
a { background-color: #170C08; }
a { background-color: rgb(23,12,8); }
div.DivClassName
{
background-color: #170C08;
}
.BgClassName
{
background-color: #170C08;
}
</style>
border-color css
<style>
span { border-color: #170C08; }
span { border-color: rgb(23,12,8); }
td.TdClassName
{
border-color: #170C08;
}
.TagClassName
{
border-color: #170C08;
}
</style>