Shades of Blackcurrant #210235
Tints of Blackcurrant #210235
RGB
CMYK
RGB Variations
Color information
#210235 (or 0x210235) is known color: Blackcurrant. HEX triplet: 21, 02 and 35. RGB value is (33,2,53). Sum of RGB (Red+Green+Blue) = 33+2+53=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #210235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210235 is #DEFDCA. Grayscale: #101010. Windows color (decimal): -14613963 or 3473953. OLE color: 3473953.
HSL color Cylindrical-coordinate representation of color #210235: hue angle of 276.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210235 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 2 | 53 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.79 |
| HSL | 276.47º | 0.93% | 0.11% | - |
| HSV(B) | 276.47º | 0.96% | 0.21% | - |
| XYZ | 1.29 | 0.62 | 3.42 | - |
| YUV | 17.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 53 | 0.38 | 0.96 | 0 | 0.79 | 276.47 | 0.93 | 0.11 |
| Hex | 21 | 2 | 35 | 26 | 60 | 0 | 4F | 114 | 5D | B |
| Octal | 41 | 2 | 65 | 46 | 140 | 0 | 117 | 424 | 135 | 13 |
| Binary | 100001 | 10 | 110101 | 100110 | 1100000 | 0 | 1001111 | 100010100 | 1011101 | 1011 |
Color Harmonies of #210235
Complementary color
Monochromatic Colors of #210235
Black with #210235
Text Example
Text Example
White with #210235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210235; }
p { color: rgb(33,2,53); }
H1.HeaderClassName
{
color: #210235;
}
.AnyTagClassName
{
color: #210235;
}
</style>
background-color css
<style>
a { background-color: #210235; }
a { background-color: rgb(33,2,53); }
div.DivClassName
{
background-color: #210235;
}
.BgClassName
{
background-color: #210235;
}
</style>
border-color css
<style>
span { border-color: #210235; }
span { border-color: rgb(33,2,53); }
td.TdClassName
{
border-color: #210235;
}
.TagClassName
{
border-color: #210235;
}
</style>