Shades of Blackcurrant #210E2A
Tints of Blackcurrant #210E2A
RGB
CMYK
RGB Variations
Color information
#210E2A (or 0x210E2A) is known color: Blackcurrant. HEX triplet: 21, 0E and 2A. RGB value is (33,14,42). Sum of RGB (Red+Green+Blue) = 33+14+42=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #210E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E2A is #DEF1D5. Grayscale: #161616. Windows color (decimal): -14610902 or 2756129. OLE color: 2756129.
HSL color Cylindrical-coordinate representation of color #210E2A: hue angle of 280.71º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210E2A is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 14 | 42 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.84 |
| HSL | 280.71º | 0.5% | 0.11% | - |
| HSV(B) | 280.71º | 0.67% | 0.16% | - |
| XYZ | 1.2 | 0.8 | 2.28 | - |
| YUV | 22.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 42 | 0.21 | 0.67 | 0 | 0.84 | 280.71 | 0.5 | 0.11 |
| Hex | 21 | E | 2A | 15 | 43 | 0 | 54 | 119 | 32 | B |
| Octal | 41 | 16 | 52 | 25 | 103 | 0 | 124 | 431 | 62 | 13 |
| Binary | 100001 | 1110 | 101010 | 10101 | 1000011 | 0 | 1010100 | 100011001 | 110010 | 1011 |
Color Harmonies of #210E2A
Complementary color
Monochromatic Colors of #210E2A
Black with #210E2A
Text Example
Text Example
White with #210E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E2A; }
p { color: rgb(33,14,42); }
H1.HeaderClassName
{
color: #210E2A;
}
.AnyTagClassName
{
color: #210E2A;
}
</style>
background-color css
<style>
a { background-color: #210E2A; }
a { background-color: rgb(33,14,42); }
div.DivClassName
{
background-color: #210E2A;
}
.BgClassName
{
background-color: #210E2A;
}
</style>
border-color css
<style>
span { border-color: #210E2A; }
span { border-color: rgb(33,14,42); }
td.TdClassName
{
border-color: #210E2A;
}
.TagClassName
{
border-color: #210E2A;
}
</style>