Shades of Blackcurrant #17021D
Tints of Blackcurrant #17021D
RGB
CMYK
RGB Variations
Color information
#17021D (or 0x17021D) is known color: Blackcurrant. HEX triplet: 17, 02 and 1D. RGB value is (23,2,29). Sum of RGB (Red+Green+Blue) = 23+2+29=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #17021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021D is #E8FDE2. Grayscale: #0B0B0B. Windows color (decimal): -15269347 or 1901079. OLE color: 1901079.
HSL color Cylindrical-coordinate representation of color #17021D: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17021D is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 2 | 29 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.89 |
| HSL | 286.67º | 0.87% | 0.06% | - |
| HSV(B) | 286.67º | 0.93% | 0.11% | - |
| XYZ | 0.6 | 0.31 | 1.19 | - |
| YUV | 11.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 29 | 0.21 | 0.93 | 0 | 0.89 | 286.67 | 0.87 | 0.06 |
| Hex | 17 | 2 | 1D | 15 | 5D | 0 | 59 | 11F | 57 | 6 |
| Octal | 27 | 2 | 35 | 25 | 135 | 0 | 131 | 437 | 127 | 6 |
| Binary | 10111 | 10 | 11101 | 10101 | 1011101 | 0 | 1011001 | 100011111 | 1010111 | 110 |
Color Harmonies of #17021D
Complementary color
Monochromatic Colors of #17021D
Black with #17021D
Text Example
Text Example
White with #17021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17021D; }
p { color: rgb(23,2,29); }
H1.HeaderClassName
{
color: #17021D;
}
.AnyTagClassName
{
color: #17021D;
}
</style>
background-color css
<style>
a { background-color: #17021D; }
a { background-color: rgb(23,2,29); }
div.DivClassName
{
background-color: #17021D;
}
.BgClassName
{
background-color: #17021D;
}
</style>
border-color css
<style>
span { border-color: #17021D; }
span { border-color: rgb(23,2,29); }
td.TdClassName
{
border-color: #17021D;
}
.TagClassName
{
border-color: #17021D;
}
</style>