Shades of Blackcurrant #21073B
Tints of Blackcurrant #21073B
RGB
CMYK
RGB Variations
Color information
#21073B (or 0x21073B) is known color: Blackcurrant. HEX triplet: 21, 07 and 3B. RGB value is (33,7,59). Sum of RGB (Red+Green+Blue) = 33+7+59=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #21073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21073B is #DEF8C4. Grayscale: #141414. Windows color (decimal): -14612677 or 3868449. OLE color: 3868449.
HSL color Cylindrical-coordinate representation of color #21073B: hue angle of 270º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21073B is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 7 | 59 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.77 |
| HSL | 270º | 0.79% | 0.13% | - |
| HSV(B) | 270º | 0.88% | 0.23% | - |
| XYZ | 1.49 | 0.79 | 4.21 | - |
| YUV | 20.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 59 | 0.44 | 0.88 | 0 | 0.77 | 270 | 0.79 | 0.13 |
| Hex | 21 | 7 | 3B | 2C | 58 | 0 | 4D | 10E | 4F | D |
| Octal | 41 | 7 | 73 | 54 | 130 | 0 | 115 | 416 | 117 | 15 |
| Binary | 100001 | 111 | 111011 | 101100 | 1011000 | 0 | 1001101 | 100001110 | 1001111 | 1101 |
Color Harmonies of #21073B
Complementary color
Monochromatic Colors of #21073B
Black with #21073B
Text Example
Text Example
White with #21073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21073B; }
p { color: rgb(33,7,59); }
H1.HeaderClassName
{
color: #21073B;
}
.AnyTagClassName
{
color: #21073B;
}
</style>
background-color css
<style>
a { background-color: #21073B; }
a { background-color: rgb(33,7,59); }
div.DivClassName
{
background-color: #21073B;
}
.BgClassName
{
background-color: #21073B;
}
</style>
border-color css
<style>
span { border-color: #21073B; }
span { border-color: rgb(33,7,59); }
td.TdClassName
{
border-color: #21073B;
}
.TagClassName
{
border-color: #21073B;
}
</style>