Shades of Blackcurrant #17022E
Tints of Blackcurrant #17022E
RGB
CMYK
RGB Variations
Color information
#17022E (or 0x17022E) is known color: Blackcurrant. HEX triplet: 17, 02 and 2E. RGB value is (23,2,46). Sum of RGB (Red+Green+Blue) = 23+2+46=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #17022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022E is #E8FDD1. Grayscale: #0D0D0D. Windows color (decimal): -15269330 or 3015191. OLE color: 3015191.
HSL color Cylindrical-coordinate representation of color #17022E: hue angle of 268.64º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17022E is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 2 | 46 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.82 |
| HSL | 268.64º | 0.92% | 0.09% | - |
| HSV(B) | 268.64º | 0.96% | 0.18% | - |
| XYZ | 0.87 | 0.42 | 2.62 | - |
| YUV | 13.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 46 | 0.50 | 0.96 | 0 | 0.82 | 268.64 | 0.92 | 0.09 |
| Hex | 17 | 2 | 2E | 32 | 60 | 0 | 52 | 10D | 5C | 9 |
| Octal | 27 | 2 | 56 | 62 | 140 | 0 | 122 | 415 | 134 | 11 |
| Binary | 10111 | 10 | 101110 | 110010 | 1100000 | 0 | 1010010 | 100001101 | 1011100 | 1001 |
Color Harmonies of #17022E
Complementary color
Monochromatic Colors of #17022E
Black with #17022E
Text Example
Text Example
White with #17022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17022E; }
p { color: rgb(23,2,46); }
H1.HeaderClassName
{
color: #17022E;
}
.AnyTagClassName
{
color: #17022E;
}
</style>
background-color css
<style>
a { background-color: #17022E; }
a { background-color: rgb(23,2,46); }
div.DivClassName
{
background-color: #17022E;
}
.BgClassName
{
background-color: #17022E;
}
</style>
border-color css
<style>
span { border-color: #17022E; }
span { border-color: rgb(23,2,46); }
td.TdClassName
{
border-color: #17022E;
}
.TagClassName
{
border-color: #17022E;
}
</style>