Shades of Blackcurrant #17011C
Tints of Blackcurrant #17011C
RGB
CMYK
RGB Variations
Color information
#17011C (or 0x17011C) is known color: Blackcurrant. HEX triplet: 17, 01 and 1C. RGB value is (23,1,28). Sum of RGB (Red+Green+Blue) = 23+1+28=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #17011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17011C is #E8FEE3. Grayscale: #0A0A0A. Windows color (decimal): -15269604 or 1835287. OLE color: 1835287.
HSL color Cylindrical-coordinate representation of color #17011C: hue angle of 288.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17011C is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 1 | 28 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.89 |
| HSL | 288.89º | 0.93% | 0.06% | - |
| HSV(B) | 288.89º | 0.96% | 0.11% | - |
| XYZ | 0.57 | 0.29 | 1.12 | - |
| YUV | 10.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 28 | 0.18 | 0.96 | 0 | 0.89 | 288.89 | 0.93 | 0.06 |
| Hex | 17 | 1 | 1C | 12 | 60 | 0 | 59 | 121 | 5D | 6 |
| Octal | 27 | 1 | 34 | 22 | 140 | 0 | 131 | 441 | 135 | 6 |
| Binary | 10111 | 1 | 11100 | 10010 | 1100000 | 0 | 1011001 | 100100001 | 1011101 | 110 |
Color Harmonies of #17011C
Complementary color
Monochromatic Colors of #17011C
Black with #17011C
Text Example
Text Example
White with #17011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17011C; }
p { color: rgb(23,1,28); }
H1.HeaderClassName
{
color: #17011C;
}
.AnyTagClassName
{
color: #17011C;
}
</style>
background-color css
<style>
a { background-color: #17011C; }
a { background-color: rgb(23,1,28); }
div.DivClassName
{
background-color: #17011C;
}
.BgClassName
{
background-color: #17011C;
}
</style>
border-color css
<style>
span { border-color: #17011C; }
span { border-color: rgb(23,1,28); }
td.TdClassName
{
border-color: #17011C;
}
.TagClassName
{
border-color: #17011C;
}
</style>