Shades of Blackcurrant #17011E
Tints of Blackcurrant #17011E
RGB
CMYK
RGB Variations
Color information
#17011E (or 0x17011E) is known color: Blackcurrant. HEX triplet: 17, 01 and 1E. RGB value is (23,1,30). Sum of RGB (Red+Green+Blue) = 23+1+30=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #17011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17011E is #E8FEE1. Grayscale: #0A0A0A. Windows color (decimal): -15269602 or 1966359. OLE color: 1966359.
HSL color Cylindrical-coordinate representation of color #17011E: hue angle of 285.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17011E is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 1 | 30 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.88 |
| HSL | 285.52º | 0.94% | 0.06% | - |
| HSV(B) | 285.52º | 0.97% | 0.12% | - |
| XYZ | 0.6 | 0.3 | 1.25 | - |
| YUV | 10.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 30 | 0.23 | 0.97 | 0 | 0.88 | 285.52 | 0.94 | 0.06 |
| Hex | 17 | 1 | 1E | 17 | 61 | 0 | 58 | 11E | 5E | 6 |
| Octal | 27 | 1 | 36 | 27 | 141 | 0 | 130 | 436 | 136 | 6 |
| Binary | 10111 | 1 | 11110 | 10111 | 1100001 | 0 | 1011000 | 100011110 | 1011110 | 110 |
Color Harmonies of #17011E
Complementary color
Monochromatic Colors of #17011E
Black with #17011E
Text Example
Text Example
White with #17011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17011E; }
p { color: rgb(23,1,30); }
H1.HeaderClassName
{
color: #17011E;
}
.AnyTagClassName
{
color: #17011E;
}
</style>
background-color css
<style>
a { background-color: #17011E; }
a { background-color: rgb(23,1,30); }
div.DivClassName
{
background-color: #17011E;
}
.BgClassName
{
background-color: #17011E;
}
</style>
border-color css
<style>
span { border-color: #17011E; }
span { border-color: rgb(23,1,30); }
td.TdClassName
{
border-color: #17011E;
}
.TagClassName
{
border-color: #17011E;
}
</style>