Shades of Blackcurrant #17022C
Tints of Blackcurrant #17022C
RGB
CMYK
RGB Variations
Color information
#17022C (or 0x17022C) is known color: Blackcurrant. HEX triplet: 17, 02 and 2C. RGB value is (23,2,44). Sum of RGB (Red+Green+Blue) = 23+2+44=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #17022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022C is #E8FDD3. Grayscale: #0C0C0C. Windows color (decimal): -15269332 or 2884119. OLE color: 2884119.
HSL color Cylindrical-coordinate representation of color #17022C: hue angle of 270º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17022C is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 2 | 44 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.83 |
| HSL | 270º | 0.91% | 0.09% | - |
| HSV(B) | 270º | 0.95% | 0.17% | - |
| XYZ | 0.83 | 0.41 | 2.42 | - |
| YUV | 13.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 44 | 0.48 | 0.95 | 0 | 0.83 | 270 | 0.91 | 0.09 |
| Hex | 17 | 2 | 2C | 30 | 5F | 0 | 53 | 10E | 5B | 9 |
| Octal | 27 | 2 | 54 | 60 | 137 | 0 | 123 | 416 | 133 | 11 |
| Binary | 10111 | 10 | 101100 | 110000 | 1011111 | 0 | 1010011 | 100001110 | 1011011 | 1001 |
Color Harmonies of #17022C
Complementary color
Monochromatic Colors of #17022C
Black with #17022C
Text Example
Text Example
White with #17022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17022C; }
p { color: rgb(23,2,44); }
H1.HeaderClassName
{
color: #17022C;
}
.AnyTagClassName
{
color: #17022C;
}
</style>
background-color css
<style>
a { background-color: #17022C; }
a { background-color: rgb(23,2,44); }
div.DivClassName
{
background-color: #17022C;
}
.BgClassName
{
background-color: #17022C;
}
</style>
border-color css
<style>
span { border-color: #17022C; }
span { border-color: rgb(23,2,44); }
td.TdClassName
{
border-color: #17022C;
}
.TagClassName
{
border-color: #17022C;
}
</style>