Shades of Blackcurrant #17042A
Tints of Blackcurrant #17042A
RGB
CMYK
RGB Variations
Color information
#17042A (or 0x17042A) is known color: Blackcurrant. HEX triplet: 17, 04 and 2A. RGB value is (23,4,42). Sum of RGB (Red+Green+Blue) = 23+4+42=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #17042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17042A is #E8FBD5. Grayscale: #0D0D0D. Windows color (decimal): -15268822 or 2753559. OLE color: 2753559.
HSL color Cylindrical-coordinate representation of color #17042A: hue angle of 270º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17042A is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 4 | 42 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.84 |
| HSL | 270º | 0.83% | 0.09% | - |
| HSV(B) | 270º | 0.9% | 0.16% | - |
| XYZ | 0.81 | 0.44 | 2.23 | - |
| YUV | 14.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 42 | 0.45 | 0.90 | 0 | 0.84 | 270 | 0.83 | 0.09 |
| Hex | 17 | 4 | 2A | 2D | 5A | 0 | 54 | 10E | 53 | 9 |
| Octal | 27 | 4 | 52 | 55 | 132 | 0 | 124 | 416 | 123 | 11 |
| Binary | 10111 | 100 | 101010 | 101101 | 1011010 | 0 | 1010100 | 100001110 | 1010011 | 1001 |
Color Harmonies of #17042A
Complementary color
Monochromatic Colors of #17042A
Black with #17042A
Text Example
Text Example
White with #17042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17042A; }
p { color: rgb(23,4,42); }
H1.HeaderClassName
{
color: #17042A;
}
.AnyTagClassName
{
color: #17042A;
}
</style>
background-color css
<style>
a { background-color: #17042A; }
a { background-color: rgb(23,4,42); }
div.DivClassName
{
background-color: #17042A;
}
.BgClassName
{
background-color: #17042A;
}
</style>
border-color css
<style>
span { border-color: #17042A; }
span { border-color: rgb(23,4,42); }
td.TdClassName
{
border-color: #17042A;
}
.TagClassName
{
border-color: #17042A;
}
</style>