Shades of Blackcurrant #21004E
Tints of Blackcurrant #21004E
RGB
CMYK
RGB Variations
Color information
#21004E (or 0x21004E) is known color: Blackcurrant. HEX triplet: 21, 00 and 4E. RGB value is (33,0,78). Sum of RGB (Red+Green+Blue) = 33+0+78=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #21004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21004E is #DEFFB1. Grayscale: #121212. Windows color (decimal): -14614450 or 5111841. OLE color: 5111841.
HSL color Cylindrical-coordinate representation of color #21004E: hue angle of 265.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21004E is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 0 | 78 | - |
| CMYK | 0.58 | 1 | 0 | 0.69 |
| HSL | 265.38º | 1% | 0.15% | - |
| HSV(B) | 265.38º | 1% | 0.31% | - |
| XYZ | 2 | 0.87 | 7.27 | - |
| YUV | 18.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 78 | 0.58 | 1 | 0 | 0.69 | 265.38 | 1 | 0.15 |
| Hex | 21 | 0 | 4E | 3A | 64 | 0 | 45 | 109 | 64 | F |
| Octal | 41 | 0 | 116 | 72 | 144 | 0 | 105 | 411 | 144 | 17 |
| Binary | 100001 | 0 | 1001110 | 111010 | 1100100 | 0 | 1000101 | 100001001 | 1100100 | 1111 |
Color Harmonies of #21004E
Complementary color
Monochromatic Colors of #21004E
Black with #21004E
Text Example
Text Example
White with #21004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21004E; }
p { color: rgb(33,0,78); }
H1.HeaderClassName
{
color: #21004E;
}
.AnyTagClassName
{
color: #21004E;
}
</style>
background-color css
<style>
a { background-color: #21004E; }
a { background-color: rgb(33,0,78); }
div.DivClassName
{
background-color: #21004E;
}
.BgClassName
{
background-color: #21004E;
}
</style>
border-color css
<style>
span { border-color: #21004E; }
span { border-color: rgb(33,0,78); }
td.TdClassName
{
border-color: #21004E;
}
.TagClassName
{
border-color: #21004E;
}
</style>