Shades of Blackcurrant #21023A
Tints of Blackcurrant #21023A
RGB
CMYK
RGB Variations
Color information
#21023A (or 0x21023A) is known color: Blackcurrant. HEX triplet: 21, 02 and 3A. RGB value is (33,2,58). Sum of RGB (Red+Green+Blue) = 33+2+58=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #21023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21023A is #DEFDC5. Grayscale: #111111. Windows color (decimal): -14613958 or 3801633. OLE color: 3801633.
HSL color Cylindrical-coordinate representation of color #21023A: hue angle of 273.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21023A is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 2 | 58 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.77 |
| HSL | 273.21º | 0.93% | 0.12% | - |
| HSV(B) | 273.21º | 0.97% | 0.23% | - |
| XYZ | 1.41 | 0.67 | 4.06 | - |
| YUV | 17.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 58 | 0.43 | 0.97 | 0 | 0.77 | 273.21 | 0.93 | 0.12 |
| Hex | 21 | 2 | 3A | 2B | 61 | 0 | 4D | 111 | 5D | C |
| Octal | 41 | 2 | 72 | 53 | 141 | 0 | 115 | 421 | 135 | 14 |
| Binary | 100001 | 10 | 111010 | 101011 | 1100001 | 0 | 1001101 | 100010001 | 1011101 | 1100 |
Color Harmonies of #21023A
Complementary color
Monochromatic Colors of #21023A
Black with #21023A
Text Example
Text Example
White with #21023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21023A; }
p { color: rgb(33,2,58); }
H1.HeaderClassName
{
color: #21023A;
}
.AnyTagClassName
{
color: #21023A;
}
</style>
background-color css
<style>
a { background-color: #21023A; }
a { background-color: rgb(33,2,58); }
div.DivClassName
{
background-color: #21023A;
}
.BgClassName
{
background-color: #21023A;
}
</style>
border-color css
<style>
span { border-color: #21023A; }
span { border-color: rgb(33,2,58); }
td.TdClassName
{
border-color: #21023A;
}
.TagClassName
{
border-color: #21023A;
}
</style>