Shades of Blackcurrant #21033A
Tints of Blackcurrant #21033A
RGB
CMYK
RGB Variations
Color information
#21033A (or 0x21033A) is known color: Blackcurrant. HEX triplet: 21, 03 and 3A. RGB value is (33,3,58). Sum of RGB (Red+Green+Blue) = 33+3+58=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #21033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21033A is #DEFCC5. Grayscale: #121212. Windows color (decimal): -14613702 or 3801889. OLE color: 3801889.
HSL color Cylindrical-coordinate representation of color #21033A: hue angle of 272.73º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21033A is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 3 | 58 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.77 |
| HSL | 272.73º | 0.9% | 0.12% | - |
| HSV(B) | 272.73º | 0.95% | 0.23% | - |
| XYZ | 1.42 | 0.69 | 4.06 | - |
| YUV | 18.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 58 | 0.43 | 0.95 | 0 | 0.77 | 272.73 | 0.9 | 0.12 |
| Hex | 21 | 3 | 3A | 2B | 5F | 0 | 4D | 111 | 5A | C |
| Octal | 41 | 3 | 72 | 53 | 137 | 0 | 115 | 421 | 132 | 14 |
| Binary | 100001 | 11 | 111010 | 101011 | 1011111 | 0 | 1001101 | 100010001 | 1011010 | 1100 |
Color Harmonies of #21033A
Complementary color
Monochromatic Colors of #21033A
Black with #21033A
Text Example
Text Example
White with #21033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21033A; }
p { color: rgb(33,3,58); }
H1.HeaderClassName
{
color: #21033A;
}
.AnyTagClassName
{
color: #21033A;
}
</style>
background-color css
<style>
a { background-color: #21033A; }
a { background-color: rgb(33,3,58); }
div.DivClassName
{
background-color: #21033A;
}
.BgClassName
{
background-color: #21033A;
}
</style>
border-color css
<style>
span { border-color: #21033A; }
span { border-color: rgb(33,3,58); }
td.TdClassName
{
border-color: #21033A;
}
.TagClassName
{
border-color: #21033A;
}
</style>