Shades of Blackcurrant #21044A
Tints of Blackcurrant #21044A
RGB
CMYK
RGB Variations
Color information
#21044A (or 0x21044A) is known color: Blackcurrant. HEX triplet: 21, 04 and 4A. RGB value is (33,4,74). Sum of RGB (Red+Green+Blue) = 33+4+74=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #21044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21044A is #DEFBB5. Grayscale: #141414. Windows color (decimal): -14613430 or 4850721. OLE color: 4850721.
HSL color Cylindrical-coordinate representation of color #21044A: hue angle of 264.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21044A is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 4 | 74 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.71 |
| HSL | 264.86º | 0.9% | 0.15% | - |
| HSV(B) | 264.86º | 0.95% | 0.29% | - |
| XYZ | 1.91 | 0.9 | 6.55 | - |
| YUV | 20.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 74 | 0.55 | 0.95 | 0 | 0.71 | 264.86 | 0.9 | 0.15 |
| Hex | 21 | 4 | 4A | 37 | 5F | 0 | 47 | 109 | 5A | F |
| Octal | 41 | 4 | 112 | 67 | 137 | 0 | 107 | 411 | 132 | 17 |
| Binary | 100001 | 100 | 1001010 | 110111 | 1011111 | 0 | 1000111 | 100001001 | 1011010 | 1111 |
Color Harmonies of #21044A
Complementary color
Monochromatic Colors of #21044A
Black with #21044A
Text Example
Text Example
White with #21044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21044A; }
p { color: rgb(33,4,74); }
H1.HeaderClassName
{
color: #21044A;
}
.AnyTagClassName
{
color: #21044A;
}
</style>
background-color css
<style>
a { background-color: #21044A; }
a { background-color: rgb(33,4,74); }
div.DivClassName
{
background-color: #21044A;
}
.BgClassName
{
background-color: #21044A;
}
</style>
border-color css
<style>
span { border-color: #21044A; }
span { border-color: rgb(33,4,74); }
td.TdClassName
{
border-color: #21044A;
}
.TagClassName
{
border-color: #21044A;
}
</style>