Shades of Blackcurrant #17042C
Tints of Blackcurrant #17042C
RGB
CMYK
RGB Variations
Color information
#17042C (or 0x17042C) is known color: Blackcurrant. HEX triplet: 17, 04 and 2C. RGB value is (23,4,44). Sum of RGB (Red+Green+Blue) = 23+4+44=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #17042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17042C is #E8FBD3. Grayscale: #0E0E0E. Windows color (decimal): -15268820 or 2884631. OLE color: 2884631.
HSL color Cylindrical-coordinate representation of color #17042C: hue angle of 268.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17042C is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 4 | 44 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.83 |
| HSL | 268.5º | 0.83% | 0.09% | - |
| HSV(B) | 268.5º | 0.91% | 0.17% | - |
| XYZ | 0.85 | 0.45 | 2.43 | - |
| YUV | 14.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 44 | 0.48 | 0.91 | 0 | 0.83 | 268.5 | 0.83 | 0.09 |
| Hex | 17 | 4 | 2C | 30 | 5B | 0 | 53 | 10C | 53 | 9 |
| Octal | 27 | 4 | 54 | 60 | 133 | 0 | 123 | 414 | 123 | 11 |
| Binary | 10111 | 100 | 101100 | 110000 | 1011011 | 0 | 1010011 | 100001100 | 1010011 | 1001 |
Color Harmonies of #17042C
Complementary color
Monochromatic Colors of #17042C
Black with #17042C
Text Example
Text Example
White with #17042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17042C; }
p { color: rgb(23,4,44); }
H1.HeaderClassName
{
color: #17042C;
}
.AnyTagClassName
{
color: #17042C;
}
</style>
background-color css
<style>
a { background-color: #17042C; }
a { background-color: rgb(23,4,44); }
div.DivClassName
{
background-color: #17042C;
}
.BgClassName
{
background-color: #17042C;
}
</style>
border-color css
<style>
span { border-color: #17042C; }
span { border-color: rgb(23,4,44); }
td.TdClassName
{
border-color: #17042C;
}
.TagClassName
{
border-color: #17042C;
}
</style>