Shades of Blackcurrant #210335
Tints of Blackcurrant #210335
RGB
CMYK
RGB Variations
Color information
#210335 (or 0x210335) is known color: Blackcurrant. HEX triplet: 21, 03 and 35. RGB value is (33,3,53). Sum of RGB (Red+Green+Blue) = 33+3+53=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #210335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210335 is #DEFCCA. Grayscale: #111111. Windows color (decimal): -14613707 or 3474209. OLE color: 3474209.
HSL color Cylindrical-coordinate representation of color #210335: hue angle of 276º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210335 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 3 | 53 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.79 |
| HSL | 276º | 0.89% | 0.11% | - |
| HSV(B) | 276º | 0.94% | 0.21% | - |
| XYZ | 1.3 | 0.65 | 3.42 | - |
| YUV | 17.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 53 | 0.38 | 0.94 | 0 | 0.79 | 276 | 0.89 | 0.11 |
| Hex | 21 | 3 | 35 | 26 | 5E | 0 | 4F | 114 | 59 | B |
| Octal | 41 | 3 | 65 | 46 | 136 | 0 | 117 | 424 | 131 | 13 |
| Binary | 100001 | 11 | 110101 | 100110 | 1011110 | 0 | 1001111 | 100010100 | 1011001 | 1011 |
Color Harmonies of #210335
Complementary color
Monochromatic Colors of #210335
Black with #210335
Text Example
Text Example
White with #210335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210335; }
p { color: rgb(33,3,53); }
H1.HeaderClassName
{
color: #210335;
}
.AnyTagClassName
{
color: #210335;
}
</style>
background-color css
<style>
a { background-color: #210335; }
a { background-color: rgb(33,3,53); }
div.DivClassName
{
background-color: #210335;
}
.BgClassName
{
background-color: #210335;
}
</style>
border-color css
<style>
span { border-color: #210335; }
span { border-color: rgb(33,3,53); }
td.TdClassName
{
border-color: #210335;
}
.TagClassName
{
border-color: #210335;
}
</style>