Shades of Blackcurrant #21172A
Tints of Blackcurrant #21172A
RGB
CMYK
RGB Variations
Color information
#21172A (or 0x21172A) is known color: Blackcurrant. HEX triplet: 21, 17 and 2A. RGB value is (33,23,42). Sum of RGB (Red+Green+Blue) = 33+23+42=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #21172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21172A is #DEE8D5. Grayscale: #1C1C1C. Windows color (decimal): -14608598 or 2758433. OLE color: 2758433.
HSL color Cylindrical-coordinate representation of color #21172A: hue angle of 271.58º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21172A is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 23 | 42 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.84 |
| HSL | 271.58º | 0.29% | 0.13% | - |
| HSV(B) | 271.58º | 0.45% | 0.16% | - |
| XYZ | 1.35 | 1.1 | 2.33 | - |
| YUV | 28.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 42 | 0.21 | 0.45 | 0 | 0.84 | 271.58 | 0.29 | 0.13 |
| Hex | 21 | 17 | 2A | 15 | 2D | 0 | 54 | 110 | 1D | D |
| Octal | 41 | 27 | 52 | 25 | 55 | 0 | 124 | 420 | 35 | 15 |
| Binary | 100001 | 10111 | 101010 | 10101 | 101101 | 0 | 1010100 | 100010000 | 11101 | 1101 |
Color Harmonies of #21172A
Complementary color
Monochromatic Colors of #21172A
Black with #21172A
Text Example
Text Example
White with #21172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21172A; }
p { color: rgb(33,23,42); }
H1.HeaderClassName
{
color: #21172A;
}
.AnyTagClassName
{
color: #21172A;
}
</style>
background-color css
<style>
a { background-color: #21172A; }
a { background-color: rgb(33,23,42); }
div.DivClassName
{
background-color: #21172A;
}
.BgClassName
{
background-color: #21172A;
}
</style>
border-color css
<style>
span { border-color: #21172A; }
span { border-color: rgb(33,23,42); }
td.TdClassName
{
border-color: #21172A;
}
.TagClassName
{
border-color: #21172A;
}
</style>