Shades of Blackcurrant #21172C
Tints of Blackcurrant #21172C
RGB
CMYK
RGB Variations
Color information
#21172C (or 0x21172C) is known color: Blackcurrant. HEX triplet: 21, 17 and 2C. RGB value is (33,23,44). Sum of RGB (Red+Green+Blue) = 33+23+44=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #21172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21172C is #DEE8D3. Grayscale: #1C1C1C. Windows color (decimal): -14608596 or 2889505. OLE color: 2889505.
HSL color Cylindrical-coordinate representation of color #21172C: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21172C is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 23 | 44 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.83 |
| HSL | 268.57º | 0.31% | 0.13% | - |
| HSV(B) | 268.57º | 0.48% | 0.17% | - |
| XYZ | 1.39 | 1.12 | 2.53 | - |
| YUV | 28.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 44 | 0.25 | 0.48 | 0 | 0.83 | 268.57 | 0.31 | 0.13 |
| Hex | 21 | 17 | 2C | 19 | 30 | 0 | 53 | 10D | 1F | D |
| Octal | 41 | 27 | 54 | 31 | 60 | 0 | 123 | 415 | 37 | 15 |
| Binary | 100001 | 10111 | 101100 | 11001 | 110000 | 0 | 1010011 | 100001101 | 11111 | 1101 |
Color Harmonies of #21172C
Complementary color
Monochromatic Colors of #21172C
Black with #21172C
Text Example
Text Example
White with #21172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21172C; }
p { color: rgb(33,23,44); }
H1.HeaderClassName
{
color: #21172C;
}
.AnyTagClassName
{
color: #21172C;
}
</style>
background-color css
<style>
a { background-color: #21172C; }
a { background-color: rgb(33,23,44); }
div.DivClassName
{
background-color: #21172C;
}
.BgClassName
{
background-color: #21172C;
}
</style>
border-color css
<style>
span { border-color: #21172C; }
span { border-color: rgb(33,23,44); }
td.TdClassName
{
border-color: #21172C;
}
.TagClassName
{
border-color: #21172C;
}
</style>