Shades of Blackcurrant #210635
Tints of Blackcurrant #210635
RGB
CMYK
RGB Variations
Color information
#210635 (or 0x210635) is known color: Blackcurrant. HEX triplet: 21, 06 and 35. RGB value is (33,6,53). Sum of RGB (Red+Green+Blue) = 33+6+53=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #210635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210635 is #DEF9CA. Grayscale: #131313. Windows color (decimal): -14612939 or 3474977. OLE color: 3474977.
HSL color Cylindrical-coordinate representation of color #210635: hue angle of 274.47º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210635 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 6 | 53 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.79 |
| HSL | 274.47º | 0.8% | 0.12% | - |
| HSV(B) | 274.47º | 0.89% | 0.21% | - |
| XYZ | 1.33 | 0.71 | 3.43 | - |
| YUV | 19.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 53 | 0.38 | 0.89 | 0 | 0.79 | 274.47 | 0.8 | 0.12 |
| Hex | 21 | 6 | 35 | 26 | 59 | 0 | 4F | 112 | 50 | C |
| Octal | 41 | 6 | 65 | 46 | 131 | 0 | 117 | 422 | 120 | 14 |
| Binary | 100001 | 110 | 110101 | 100110 | 1011001 | 0 | 1001111 | 100010010 | 1010000 | 1100 |
Color Harmonies of #210635
Complementary color
Monochromatic Colors of #210635
Black with #210635
Text Example
Text Example
White with #210635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210635; }
p { color: rgb(33,6,53); }
H1.HeaderClassName
{
color: #210635;
}
.AnyTagClassName
{
color: #210635;
}
</style>
background-color css
<style>
a { background-color: #210635; }
a { background-color: rgb(33,6,53); }
div.DivClassName
{
background-color: #210635;
}
.BgClassName
{
background-color: #210635;
}
</style>
border-color css
<style>
span { border-color: #210635; }
span { border-color: rgb(33,6,53); }
td.TdClassName
{
border-color: #210635;
}
.TagClassName
{
border-color: #210635;
}
</style>