Shades of Blackcurrant #21073C
Tints of Blackcurrant #21073C
RGB
CMYK
RGB Variations
Color information
#21073C (or 0x21073C) is known color: Blackcurrant. HEX triplet: 21, 07 and 3C. RGB value is (33,7,60). Sum of RGB (Red+Green+Blue) = 33+7+60=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #21073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21073C is #DEF8C3. Grayscale: #141414. Windows color (decimal): -14612676 or 3933985. OLE color: 3933985.
HSL color Cylindrical-coordinate representation of color #21073C: hue angle of 269.43º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21073C is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 7 | 60 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.76 |
| HSL | 269.43º | 0.79% | 0.13% | - |
| HSV(B) | 269.43º | 0.88% | 0.24% | - |
| XYZ | 1.52 | 0.8 | 4.35 | - |
| YUV | 20.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 60 | 0.45 | 0.88 | 0 | 0.76 | 269.43 | 0.79 | 0.13 |
| Hex | 21 | 7 | 3C | 2D | 58 | 0 | 4C | 10D | 4F | D |
| Octal | 41 | 7 | 74 | 55 | 130 | 0 | 114 | 415 | 117 | 15 |
| Binary | 100001 | 111 | 111100 | 101101 | 1011000 | 0 | 1001100 | 100001101 | 1001111 | 1101 |
Color Harmonies of #21073C
Complementary color
Monochromatic Colors of #21073C
Black with #21073C
Text Example
Text Example
White with #21073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21073C; }
p { color: rgb(33,7,60); }
H1.HeaderClassName
{
color: #21073C;
}
.AnyTagClassName
{
color: #21073C;
}
</style>
background-color css
<style>
a { background-color: #21073C; }
a { background-color: rgb(33,7,60); }
div.DivClassName
{
background-color: #21073C;
}
.BgClassName
{
background-color: #21073C;
}
</style>
border-color css
<style>
span { border-color: #21073C; }
span { border-color: rgb(33,7,60); }
td.TdClassName
{
border-color: #21073C;
}
.TagClassName
{
border-color: #21073C;
}
</style>