Shades of Blackcurrant #17022A
Tints of Blackcurrant #17022A
RGB
CMYK
RGB Variations
Color information
#17022A (or 0x17022A) is known color: Blackcurrant. HEX triplet: 17, 02 and 2A. RGB value is (23,2,42). Sum of RGB (Red+Green+Blue) = 23+2+42=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #17022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022A is #E8FDD5. Grayscale: #0C0C0C. Windows color (decimal): -15269334 or 2753047. OLE color: 2753047.
HSL color Cylindrical-coordinate representation of color #17022A: hue angle of 271.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17022A is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 2 | 42 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.84 |
| HSL | 271.5º | 0.91% | 0.09% | - |
| HSV(B) | 271.5º | 0.95% | 0.16% | - |
| XYZ | 0.79 | 0.39 | 2.22 | - |
| YUV | 12.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 42 | 0.45 | 0.95 | 0 | 0.84 | 271.5 | 0.91 | 0.09 |
| Hex | 17 | 2 | 2A | 2D | 5F | 0 | 54 | 110 | 5B | 9 |
| Octal | 27 | 2 | 52 | 55 | 137 | 0 | 124 | 420 | 133 | 11 |
| Binary | 10111 | 10 | 101010 | 101101 | 1011111 | 0 | 1010100 | 100010000 | 1011011 | 1001 |
Color Harmonies of #17022A
Complementary color
Monochromatic Colors of #17022A
Black with #17022A
Text Example
Text Example
White with #17022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17022A; }
p { color: rgb(23,2,42); }
H1.HeaderClassName
{
color: #17022A;
}
.AnyTagClassName
{
color: #17022A;
}
</style>
background-color css
<style>
a { background-color: #17022A; }
a { background-color: rgb(23,2,42); }
div.DivClassName
{
background-color: #17022A;
}
.BgClassName
{
background-color: #17022A;
}
</style>
border-color css
<style>
span { border-color: #17022A; }
span { border-color: rgb(23,2,42); }
td.TdClassName
{
border-color: #17022A;
}
.TagClassName
{
border-color: #17022A;
}
</style>