Shades of Blackcurrant #17021E
Tints of Blackcurrant #17021E
RGB
CMYK
RGB Variations
Color information
#17021E (or 0x17021E) is known color: Blackcurrant. HEX triplet: 17, 02 and 1E. RGB value is (23,2,30). Sum of RGB (Red+Green+Blue) = 23+2+30=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #17021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021E is #E8FDE1. Grayscale: #0B0B0B. Windows color (decimal): -15269346 or 1966615. OLE color: 1966615.
HSL color Cylindrical-coordinate representation of color #17021E: hue angle of 285º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17021E is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 2 | 30 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.88 |
| HSL | 285º | 0.88% | 0.06% | - |
| HSV(B) | 285º | 0.93% | 0.12% | - |
| XYZ | 0.61 | 0.32 | 1.26 | - |
| YUV | 11.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 30 | 0.23 | 0.93 | 0 | 0.88 | 285 | 0.88 | 0.06 |
| Hex | 17 | 2 | 1E | 17 | 5D | 0 | 58 | 11D | 58 | 6 |
| Octal | 27 | 2 | 36 | 27 | 135 | 0 | 130 | 435 | 130 | 6 |
| Binary | 10111 | 10 | 11110 | 10111 | 1011101 | 0 | 1011000 | 100011101 | 1011000 | 110 |
Color Harmonies of #17021E
Complementary color
Monochromatic Colors of #17021E
Black with #17021E
Text Example
Text Example
White with #17021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17021E; }
p { color: rgb(23,2,30); }
H1.HeaderClassName
{
color: #17021E;
}
.AnyTagClassName
{
color: #17021E;
}
</style>
background-color css
<style>
a { background-color: #17021E; }
a { background-color: rgb(23,2,30); }
div.DivClassName
{
background-color: #17021E;
}
.BgClassName
{
background-color: #17021E;
}
</style>
border-color css
<style>
span { border-color: #17021E; }
span { border-color: rgb(23,2,30); }
td.TdClassName
{
border-color: #17021E;
}
.TagClassName
{
border-color: #17021E;
}
</style>