Shades of Blackcurrant #21033C
Tints of Blackcurrant #21033C
RGB
CMYK
RGB Variations
Color information
#21033C (or 0x21033C) is known color: Blackcurrant. HEX triplet: 21, 03 and 3C. RGB value is (33,3,60). Sum of RGB (Red+Green+Blue) = 33+3+60=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #21033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21033C is #DEFCC3. Grayscale: #121212. Windows color (decimal): -14613700 or 3932961. OLE color: 3932961.
HSL color Cylindrical-coordinate representation of color #21033C: hue angle of 271.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21033C is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 3 | 60 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.76 |
| HSL | 271.58º | 0.9% | 0.12% | - |
| HSV(B) | 271.58º | 0.95% | 0.24% | - |
| XYZ | 1.48 | 0.71 | 4.34 | - |
| YUV | 18.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 60 | 0.45 | 0.95 | 0 | 0.76 | 271.58 | 0.9 | 0.12 |
| Hex | 21 | 3 | 3C | 2D | 5F | 0 | 4C | 110 | 5A | C |
| Octal | 41 | 3 | 74 | 55 | 137 | 0 | 114 | 420 | 132 | 14 |
| Binary | 100001 | 11 | 111100 | 101101 | 1011111 | 0 | 1001100 | 100010000 | 1011010 | 1100 |
Color Harmonies of #21033C
Complementary color
Monochromatic Colors of #21033C
Black with #21033C
Text Example
Text Example
White with #21033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21033C; }
p { color: rgb(33,3,60); }
H1.HeaderClassName
{
color: #21033C;
}
.AnyTagClassName
{
color: #21033C;
}
</style>
background-color css
<style>
a { background-color: #21033C; }
a { background-color: rgb(33,3,60); }
div.DivClassName
{
background-color: #21033C;
}
.BgClassName
{
background-color: #21033C;
}
</style>
border-color css
<style>
span { border-color: #21033C; }
span { border-color: rgb(33,3,60); }
td.TdClassName
{
border-color: #21033C;
}
.TagClassName
{
border-color: #21033C;
}
</style>