Shades of Blackcurrant #210130
Tints of Blackcurrant #210130
RGB
CMYK
RGB Variations
Color information
#210130 (or 0x210130) is known color: Blackcurrant. HEX triplet: 21, 01 and 30. RGB value is (33,1,48). Sum of RGB (Red+Green+Blue) = 33+1+48=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #210130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210130 is #DEFECF. Grayscale: #0F0F0F. Windows color (decimal): -14614224 or 3146017. OLE color: 3146017.
HSL color Cylindrical-coordinate representation of color #210130: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210130 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 1 | 48 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.81 |
| HSL | 280.85º | 0.96% | 0.1% | - |
| HSV(B) | 280.85º | 0.98% | 0.19% | - |
| XYZ | 1.17 | 0.56 | 2.84 | - |
| YUV | 15.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 48 | 0.31 | 0.98 | 0 | 0.81 | 280.85 | 0.96 | 0.1 |
| Hex | 21 | 1 | 30 | 1F | 62 | 0 | 51 | 119 | 60 | A |
| Octal | 41 | 1 | 60 | 37 | 142 | 0 | 121 | 431 | 140 | 12 |
| Binary | 100001 | 1 | 110000 | 11111 | 1100010 | 0 | 1010001 | 100011001 | 1100000 | 1010 |
Color Harmonies of #210130
Complementary color
Monochromatic Colors of #210130
Black with #210130
Text Example
Text Example
White with #210130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210130; }
p { color: rgb(33,1,48); }
H1.HeaderClassName
{
color: #210130;
}
.AnyTagClassName
{
color: #210130;
}
</style>
background-color css
<style>
a { background-color: #210130; }
a { background-color: rgb(33,1,48); }
div.DivClassName
{
background-color: #210130;
}
.BgClassName
{
background-color: #210130;
}
</style>
border-color css
<style>
span { border-color: #210130; }
span { border-color: rgb(33,1,48); }
td.TdClassName
{
border-color: #210130;
}
.TagClassName
{
border-color: #210130;
}
</style>