Shades of Blackcurrant #21004D
Tints of Blackcurrant #21004D
RGB
CMYK
RGB Variations
Color information
#21004D (or 0x21004D) is known color: Blackcurrant. HEX triplet: 21, 00 and 4D. RGB value is (33,0,77). Sum of RGB (Red+Green+Blue) = 33+0+77=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #21004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21004D is #DEFFB2. Grayscale: #121212. Windows color (decimal): -14614451 or 5046305. OLE color: 5046305.
HSL color Cylindrical-coordinate representation of color #21004D: hue angle of 265.71º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21004D is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 0 | 77 | - |
| CMYK | 0.57 | 1 | 0 | 0.70 |
| HSL | 265.71º | 1% | 0.15% | - |
| HSV(B) | 265.71º | 1% | 0.3% | - |
| XYZ | 1.97 | 0.86 | 7.08 | - |
| YUV | 18.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 77 | 0.57 | 1 | 0 | 0.70 | 265.71 | 1 | 0.15 |
| Hex | 21 | 0 | 4D | 39 | 64 | 0 | 46 | 10A | 64 | F |
| Octal | 41 | 0 | 115 | 71 | 144 | 0 | 106 | 412 | 144 | 17 |
| Binary | 100001 | 0 | 1001101 | 111001 | 1100100 | 0 | 1000110 | 100001010 | 1100100 | 1111 |
Color Harmonies of #21004D
Complementary color
Monochromatic Colors of #21004D
Black with #21004D
Text Example
Text Example
White with #21004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21004D; }
p { color: rgb(33,0,77); }
H1.HeaderClassName
{
color: #21004D;
}
.AnyTagClassName
{
color: #21004D;
}
</style>
background-color css
<style>
a { background-color: #21004D; }
a { background-color: rgb(33,0,77); }
div.DivClassName
{
background-color: #21004D;
}
.BgClassName
{
background-color: #21004D;
}
</style>
border-color css
<style>
span { border-color: #21004D; }
span { border-color: rgb(33,0,77); }
td.TdClassName
{
border-color: #21004D;
}
.TagClassName
{
border-color: #21004D;
}
</style>