Shades of Blackcurrant #210D2C
Tints of Blackcurrant #210D2C
RGB
CMYK
RGB Variations
Color information
#210D2C (or 0x210D2C) is known color: Blackcurrant. HEX triplet: 21, 0D and 2C. RGB value is (33,13,44). Sum of RGB (Red+Green+Blue) = 33+13+44=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #210D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D2C is #DEF2D3. Grayscale: #161616. Windows color (decimal): -14611156 or 2886945. OLE color: 2886945.
HSL color Cylindrical-coordinate representation of color #210D2C: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210D2C is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 13 | 44 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.83 |
| HSL | 278.71º | 0.54% | 0.11% | - |
| HSV(B) | 278.71º | 0.7% | 0.17% | - |
| XYZ | 1.23 | 0.79 | 2.47 | - |
| YUV | 22.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 44 | 0.25 | 0.70 | 0 | 0.83 | 278.71 | 0.54 | 0.11 |
| Hex | 21 | D | 2C | 19 | 46 | 0 | 53 | 117 | 36 | B |
| Octal | 41 | 15 | 54 | 31 | 106 | 0 | 123 | 427 | 66 | 13 |
| Binary | 100001 | 1101 | 101100 | 11001 | 1000110 | 0 | 1010011 | 100010111 | 110110 | 1011 |
Color Harmonies of #210D2C
Complementary color
Monochromatic Colors of #210D2C
Black with #210D2C
Text Example
Text Example
White with #210D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D2C; }
p { color: rgb(33,13,44); }
H1.HeaderClassName
{
color: #210D2C;
}
.AnyTagClassName
{
color: #210D2C;
}
</style>
background-color css
<style>
a { background-color: #210D2C; }
a { background-color: rgb(33,13,44); }
div.DivClassName
{
background-color: #210D2C;
}
.BgClassName
{
background-color: #210D2C;
}
</style>
border-color css
<style>
span { border-color: #210D2C; }
span { border-color: rgb(33,13,44); }
td.TdClassName
{
border-color: #210D2C;
}
.TagClassName
{
border-color: #210D2C;
}
</style>