Shades of Blackcurrant #17041C
Tints of Blackcurrant #17041C
RGB
CMYK
RGB Variations
Color information
#17041C (or 0x17041C) is known color: Blackcurrant. HEX triplet: 17, 04 and 1C. RGB value is (23,4,28). Sum of RGB (Red+Green+Blue) = 23+4+28=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #17041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17041C is #E8FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15268836 or 1836055. OLE color: 1836055.
HSL color Cylindrical-coordinate representation of color #17041C: hue angle of 287.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17041C is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 4 | 28 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.89 |
| HSL | 287.5º | 0.75% | 0.06% | - |
| HSV(B) | 287.5º | 0.86% | 0.11% | - |
| XYZ | 0.61 | 0.35 | 1.13 | - |
| YUV | 12.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 28 | 0.18 | 0.86 | 0 | 0.89 | 287.5 | 0.75 | 0.06 |
| Hex | 17 | 4 | 1C | 12 | 56 | 0 | 59 | 120 | 4B | 6 |
| Octal | 27 | 4 | 34 | 22 | 126 | 0 | 131 | 440 | 113 | 6 |
| Binary | 10111 | 100 | 11100 | 10010 | 1010110 | 0 | 1011001 | 100100000 | 1001011 | 110 |
Color Harmonies of #17041C
Complementary color
Monochromatic Colors of #17041C
Black with #17041C
Text Example
Text Example
White with #17041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17041C; }
p { color: rgb(23,4,28); }
H1.HeaderClassName
{
color: #17041C;
}
.AnyTagClassName
{
color: #17041C;
}
</style>
background-color css
<style>
a { background-color: #17041C; }
a { background-color: rgb(23,4,28); }
div.DivClassName
{
background-color: #17041C;
}
.BgClassName
{
background-color: #17041C;
}
</style>
border-color css
<style>
span { border-color: #17041C; }
span { border-color: rgb(23,4,28); }
td.TdClassName
{
border-color: #17041C;
}
.TagClassName
{
border-color: #17041C;
}
</style>