Shades of Blackcurrant #17041F
Tints of Blackcurrant #17041F
RGB
CMYK
RGB Variations
Color information
#17041F (or 0x17041F) is known color: Blackcurrant. HEX triplet: 17, 04 and 1F. RGB value is (23,4,31). Sum of RGB (Red+Green+Blue) = 23+4+31=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #17041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17041F is #E8FBE0. Grayscale: #0C0C0C. Windows color (decimal): -15268833 or 2032663. OLE color: 2032663.
HSL color Cylindrical-coordinate representation of color #17041F: hue angle of 282.22º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17041F is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 4 | 31 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.88 |
| HSL | 282.22º | 0.77% | 0.07% | - |
| HSV(B) | 282.22º | 0.87% | 0.12% | - |
| XYZ | 0.64 | 0.37 | 1.33 | - |
| YUV | 12.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 31 | 0.26 | 0.87 | 0 | 0.88 | 282.22 | 0.77 | 0.07 |
| Hex | 17 | 4 | 1F | 1A | 57 | 0 | 58 | 11A | 4D | 7 |
| Octal | 27 | 4 | 37 | 32 | 127 | 0 | 130 | 432 | 115 | 7 |
| Binary | 10111 | 100 | 11111 | 11010 | 1010111 | 0 | 1011000 | 100011010 | 1001101 | 111 |
Color Harmonies of #17041F
Complementary color
Monochromatic Colors of #17041F
Black with #17041F
Text Example
Text Example
White with #17041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17041F; }
p { color: rgb(23,4,31); }
H1.HeaderClassName
{
color: #17041F;
}
.AnyTagClassName
{
color: #17041F;
}
</style>
background-color css
<style>
a { background-color: #17041F; }
a { background-color: rgb(23,4,31); }
div.DivClassName
{
background-color: #17041F;
}
.BgClassName
{
background-color: #17041F;
}
</style>
border-color css
<style>
span { border-color: #17041F; }
span { border-color: rgb(23,4,31); }
td.TdClassName
{
border-color: #17041F;
}
.TagClassName
{
border-color: #17041F;
}
</style>