Shades of Blackcurrant #17041A
Tints of Blackcurrant #17041A
RGB
CMYK
RGB Variations
Color information
#17041A (or 0x17041A) is known color: Blackcurrant. HEX triplet: 17, 04 and 1A. RGB value is (23,4,26). Sum of RGB (Red+Green+Blue) = 23+4+26=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #17041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17041A is #E8FBE5. Grayscale: #0C0C0C. Windows color (decimal): -15268838 or 1704983. OLE color: 1704983.
HSL color Cylindrical-coordinate representation of color #17041A: hue angle of 291.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17041A is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 4 | 26 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.90 |
| HSL | 291.82º | 0.73% | 0.06% | - |
| HSV(B) | 291.82º | 0.85% | 0.1% | - |
| XYZ | 0.58 | 0.34 | 1.01 | - |
| YUV | 12.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 26 | 0.12 | 0.85 | 0 | 0.90 | 291.82 | 0.73 | 0.06 |
| Hex | 17 | 4 | 1A | C | 55 | 0 | 5A | 124 | 49 | 6 |
| Octal | 27 | 4 | 32 | 14 | 125 | 0 | 132 | 444 | 111 | 6 |
| Binary | 10111 | 100 | 11010 | 1100 | 1010101 | 0 | 1011010 | 100100100 | 1001001 | 110 |
Color Harmonies of #17041A
Complementary color
Monochromatic Colors of #17041A
Black with #17041A
Text Example
Text Example
White with #17041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17041A; }
p { color: rgb(23,4,26); }
H1.HeaderClassName
{
color: #17041A;
}
.AnyTagClassName
{
color: #17041A;
}
</style>
background-color css
<style>
a { background-color: #17041A; }
a { background-color: rgb(23,4,26); }
div.DivClassName
{
background-color: #17041A;
}
.BgClassName
{
background-color: #17041A;
}
</style>
border-color css
<style>
span { border-color: #17041A; }
span { border-color: rgb(23,4,26); }
td.TdClassName
{
border-color: #17041A;
}
.TagClassName
{
border-color: #17041A;
}
</style>