Shades of Blackcurrant #21002D
Tints of Blackcurrant #21002D
RGB
CMYK
RGB Variations
Color information
#21002D (or 0x21002D) is known color: Blackcurrant. HEX triplet: 21, 00 and 2D. RGB value is (33,0,45). Sum of RGB (Red+Green+Blue) = 33+0+45=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #21002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21002D is #DEFFD2. Grayscale: #0E0E0E. Windows color (decimal): -14614483 or 2949153. OLE color: 2949153.
HSL color Cylindrical-coordinate representation of color #21002D: hue angle of 284º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21002D is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 0 | 45 | - |
| CMYK | 0.27 | 1 | 0 | 0.82 |
| HSL | 284º | 1% | 0.09% | - |
| HSV(B) | 284º | 1% | 0.18% | - |
| XYZ | 1.1 | 0.51 | 2.52 | - |
| YUV | 15 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 45 | 0.27 | 1 | 0 | 0.82 | 284 | 1 | 0.09 |
| Hex | 21 | 0 | 2D | 1B | 64 | 0 | 52 | 11C | 64 | 9 |
| Octal | 41 | 0 | 55 | 33 | 144 | 0 | 122 | 434 | 144 | 11 |
| Binary | 100001 | 0 | 101101 | 11011 | 1100100 | 0 | 1010010 | 100011100 | 1100100 | 1001 |
Color Harmonies of #21002D
Complementary color
Monochromatic Colors of #21002D
Black with #21002D
Text Example
Text Example
White with #21002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21002D; }
p { color: rgb(33,0,45); }
H1.HeaderClassName
{
color: #21002D;
}
.AnyTagClassName
{
color: #21002D;
}
</style>
background-color css
<style>
a { background-color: #21002D; }
a { background-color: rgb(33,0,45); }
div.DivClassName
{
background-color: #21002D;
}
.BgClassName
{
background-color: #21002D;
}
</style>
border-color css
<style>
span { border-color: #21002D; }
span { border-color: rgb(33,0,45); }
td.TdClassName
{
border-color: #21002D;
}
.TagClassName
{
border-color: #21002D;
}
</style>