Shades of Blackcurrant #21012E
Tints of Blackcurrant #21012E
RGB
CMYK
RGB Variations
Color information
#21012E (or 0x21012E) is known color: Blackcurrant. HEX triplet: 21, 01 and 2E. RGB value is (33,1,46). Sum of RGB (Red+Green+Blue) = 33+1+46=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #21012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21012E is #DEFED1. Grayscale: #0F0F0F. Windows color (decimal): -14614226 or 3014945. OLE color: 3014945.
HSL color Cylindrical-coordinate representation of color #21012E: hue angle of 282.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21012E is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 1 | 46 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.82 |
| HSL | 282.67º | 0.96% | 0.09% | - |
| HSV(B) | 282.67º | 0.98% | 0.18% | - |
| XYZ | 1.13 | 0.54 | 2.63 | - |
| YUV | 15.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 46 | 0.28 | 0.98 | 0 | 0.82 | 282.67 | 0.96 | 0.09 |
| Hex | 21 | 1 | 2E | 1C | 62 | 0 | 52 | 11B | 60 | 9 |
| Octal | 41 | 1 | 56 | 34 | 142 | 0 | 122 | 433 | 140 | 11 |
| Binary | 100001 | 1 | 101110 | 11100 | 1100010 | 0 | 1010010 | 100011011 | 1100000 | 1001 |
Color Harmonies of #21012E
Complementary color
Monochromatic Colors of #21012E
Black with #21012E
Text Example
Text Example
White with #21012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21012E; }
p { color: rgb(33,1,46); }
H1.HeaderClassName
{
color: #21012E;
}
.AnyTagClassName
{
color: #21012E;
}
</style>
background-color css
<style>
a { background-color: #21012E; }
a { background-color: rgb(33,1,46); }
div.DivClassName
{
background-color: #21012E;
}
.BgClassName
{
background-color: #21012E;
}
</style>
border-color css
<style>
span { border-color: #21012E; }
span { border-color: rgb(33,1,46); }
td.TdClassName
{
border-color: #21012E;
}
.TagClassName
{
border-color: #21012E;
}
</style>