Shades of Blackcurrant #17022D
Tints of Blackcurrant #17022D
RGB
CMYK
RGB Variations
Color information
#17022D (or 0x17022D) is known color: Blackcurrant. HEX triplet: 17, 02 and 2D. RGB value is (23,2,45). Sum of RGB (Red+Green+Blue) = 23+2+45=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #17022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022D is #E8FDD2. Grayscale: #0D0D0D. Windows color (decimal): -15269331 or 2949655. OLE color: 2949655.
HSL color Cylindrical-coordinate representation of color #17022D: hue angle of 269.3º degrees, saturation: 0.91, 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 #17022D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 2 | 45 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.82 |
| HSL | 269.3º | 0.91% | 0.09% | - |
| HSV(B) | 269.3º | 0.96% | 0.18% | - |
| XYZ | 0.85 | 0.42 | 2.52 | - |
| YUV | 13.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 45 | 0.49 | 0.96 | 0 | 0.82 | 269.3 | 0.91 | 0.09 |
| Hex | 17 | 2 | 2D | 31 | 60 | 0 | 52 | 10D | 5B | 9 |
| Octal | 27 | 2 | 55 | 61 | 140 | 0 | 122 | 415 | 133 | 11 |
| Binary | 10111 | 10 | 101101 | 110001 | 1100000 | 0 | 1010010 | 100001101 | 1011011 | 1001 |
Color Harmonies of #17022D
Complementary color
Monochromatic Colors of #17022D
Black with #17022D
Text Example
Text Example
White with #17022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17022D; }
p { color: rgb(23,2,45); }
H1.HeaderClassName
{
color: #17022D;
}
.AnyTagClassName
{
color: #17022D;
}
</style>
background-color css
<style>
a { background-color: #17022D; }
a { background-color: rgb(23,2,45); }
div.DivClassName
{
background-color: #17022D;
}
.BgClassName
{
background-color: #17022D;
}
</style>
border-color css
<style>
span { border-color: #17022D; }
span { border-color: rgb(23,2,45); }
td.TdClassName
{
border-color: #17022D;
}
.TagClassName
{
border-color: #17022D;
}
</style>