Shades of Blackcurrant #210733
Tints of Blackcurrant #210733
RGB
CMYK
RGB Variations
Color information
#210733 (or 0x210733) is known color: Blackcurrant. HEX triplet: 21, 07 and 33. RGB value is (33,7,51). Sum of RGB (Red+Green+Blue) = 33+7+51=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #210733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210733 is #DEF8CC. Grayscale: #131313. Windows color (decimal): -14612685 or 3344161. OLE color: 3344161.
HSL color Cylindrical-coordinate representation of color #210733: hue angle of 275.45º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210733 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 7 | 51 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.8 |
| HSL | 275.45º | 0.76% | 0.11% | - |
| HSV(B) | 275.45º | 0.86% | 0.2% | - |
| XYZ | 1.3 | 0.71 | 3.2 | - |
| YUV | 19.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 51 | 0.35 | 0.86 | 0 | 0.8 | 275.45 | 0.76 | 0.11 |
| Hex | 21 | 7 | 33 | 23 | 56 | 0 | 50 | 113 | 4C | B |
| Octal | 41 | 7 | 63 | 43 | 126 | 0 | 120 | 423 | 114 | 13 |
| Binary | 100001 | 111 | 110011 | 100011 | 1010110 | 0 | 1010000 | 100010011 | 1001100 | 1011 |
Color Harmonies of #210733
Complementary color
Monochromatic Colors of #210733
Black with #210733
Text Example
Text Example
White with #210733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210733; }
p { color: rgb(33,7,51); }
H1.HeaderClassName
{
color: #210733;
}
.AnyTagClassName
{
color: #210733;
}
</style>
background-color css
<style>
a { background-color: #210733; }
a { background-color: rgb(33,7,51); }
div.DivClassName
{
background-color: #210733;
}
.BgClassName
{
background-color: #210733;
}
</style>
border-color css
<style>
span { border-color: #210733; }
span { border-color: rgb(33,7,51); }
td.TdClassName
{
border-color: #210733;
}
.TagClassName
{
border-color: #210733;
}
</style>