Shades of Black #170C03
Tints of Black #170C03
RGB
CMYK
RGB Variations
Color information
#170C03 (or 0x170C03) is known color: Black. HEX triplet: 17, 0C and 03. RGB value is (23,12,3). Sum of RGB (Red+Green+Blue) = 23+12+3=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #170C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C03 is #E8F3FC. Grayscale: #0E0E0E. Windows color (decimal): -15266813 or 199703. OLE color: 199703.
HSL color Cylindrical-coordinate representation of color #170C03: hue angle of 27º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170C03 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 3 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.91 |
| HSL | 27º | 0.77% | 0.05% | - |
| HSV(B) | 27º | 0.87% | 0.09% | - |
| XYZ | 0.5 | 0.45 | 0.15 | - |
| YUV | 14.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 3 | 0 | 0.48 | 0.87 | 0.91 | 27 | 0.77 | 0.05 |
| Hex | 17 | C | 3 | 0 | 30 | 57 | 5B | 1B | 4D | 5 |
| Octal | 27 | 14 | 3 | 0 | 60 | 127 | 133 | 33 | 115 | 5 |
| Binary | 10111 | 1100 | 11 | 0 | 110000 | 1010111 | 1011011 | 11011 | 1001101 | 101 |
Color Harmonies of #170C03
Complementary color
Monochromatic Colors of #170C03
Black with #170C03
Text Example
Text Example
White with #170C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C03; }
p { color: rgb(23,12,3); }
H1.HeaderClassName
{
color: #170C03;
}
.AnyTagClassName
{
color: #170C03;
}
</style>
background-color css
<style>
a { background-color: #170C03; }
a { background-color: rgb(23,12,3); }
div.DivClassName
{
background-color: #170C03;
}
.BgClassName
{
background-color: #170C03;
}
</style>
border-color css
<style>
span { border-color: #170C03; }
span { border-color: rgb(23,12,3); }
td.TdClassName
{
border-color: #170C03;
}
.TagClassName
{
border-color: #170C03;
}
</style>