Shades of Blackcurrant #210146
Tints of Blackcurrant #210146
RGB
CMYK
RGB Variations
Color information
#210146 (or 0x210146) is known color: Blackcurrant. HEX triplet: 21, 01 and 46. RGB value is (33,1,70). Sum of RGB (Red+Green+Blue) = 33+1+70=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #210146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210146 is #DEFEB9. Grayscale: #121212. Windows color (decimal): -14614202 or 4587809. OLE color: 4587809.
HSL color Cylindrical-coordinate representation of color #210146: hue angle of 267.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210146 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 1 | 70 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.73 |
| HSL | 267.83º | 0.97% | 0.14% | - |
| HSV(B) | 267.83º | 0.99% | 0.27% | - |
| XYZ | 1.74 | 0.79 | 5.85 | - |
| YUV | 18.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 70 | 0.53 | 0.99 | 0 | 0.73 | 267.83 | 0.97 | 0.14 |
| Hex | 21 | 1 | 46 | 35 | 63 | 0 | 49 | 10C | 61 | E |
| Octal | 41 | 1 | 106 | 65 | 143 | 0 | 111 | 414 | 141 | 16 |
| Binary | 100001 | 1 | 1000110 | 110101 | 1100011 | 0 | 1001001 | 100001100 | 1100001 | 1110 |
Color Harmonies of #210146
Complementary color
Monochromatic Colors of #210146
Black with #210146
Text Example
Text Example
White with #210146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210146; }
p { color: rgb(33,1,70); }
H1.HeaderClassName
{
color: #210146;
}
.AnyTagClassName
{
color: #210146;
}
</style>
background-color css
<style>
a { background-color: #210146; }
a { background-color: rgb(33,1,70); }
div.DivClassName
{
background-color: #210146;
}
.BgClassName
{
background-color: #210146;
}
</style>
border-color css
<style>
span { border-color: #210146; }
span { border-color: rgb(33,1,70); }
td.TdClassName
{
border-color: #210146;
}
.TagClassName
{
border-color: #210146;
}
</style>