Shades of Blackcurrant #210B42
Tints of Blackcurrant #210B42
RGB
CMYK
RGB Variations
Color information
#210B42 (or 0x210B42) is known color: Blackcurrant. HEX triplet: 21, 0B and 42. RGB value is (33,11,66). Sum of RGB (Red+Green+Blue) = 33+11+66=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #210B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B42 is #DEF4BD. Grayscale: #171717. Windows color (decimal): -14611646 or 4328225. OLE color: 4328225.
HSL color Cylindrical-coordinate representation of color #210B42: hue angle of 264º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #210B42 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 11 | 66 | - |
| CMYK | 0.5 | 0.83 | 0 | 0.74 |
| HSL | 264º | 0.71% | 0.15% | - |
| HSV(B) | 264º | 0.83% | 0.26% | - |
| XYZ | 1.73 | 0.96 | 5.25 | - |
| YUV | 23.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 66 | 0.5 | 0.83 | 0 | 0.74 | 264 | 0.71 | 0.15 |
| Hex | 21 | B | 42 | 32 | 53 | 0 | 4A | 108 | 47 | F |
| Octal | 41 | 13 | 102 | 62 | 123 | 0 | 112 | 410 | 107 | 17 |
| Binary | 100001 | 1011 | 1000010 | 110010 | 1010011 | 0 | 1001010 | 100001000 | 1000111 | 1111 |
Color Harmonies of #210B42
Complementary color
Monochromatic Colors of #210B42
Black with #210B42
Text Example
Text Example
White with #210B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B42; }
p { color: rgb(33,11,66); }
H1.HeaderClassName
{
color: #210B42;
}
.AnyTagClassName
{
color: #210B42;
}
</style>
background-color css
<style>
a { background-color: #210B42; }
a { background-color: rgb(33,11,66); }
div.DivClassName
{
background-color: #210B42;
}
.BgClassName
{
background-color: #210B42;
}
</style>
border-color css
<style>
span { border-color: #210B42; }
span { border-color: rgb(33,11,66); }
td.TdClassName
{
border-color: #210B42;
}
.TagClassName
{
border-color: #210B42;
}
</style>