Shades of Blackcurrant #211030
Tints of Blackcurrant #211030
RGB
CMYK
RGB Variations
Color information
#211030 (or 0x211030) is known color: Blackcurrant. HEX triplet: 21, 10 and 30. RGB value is (33,16,48). Sum of RGB (Red+Green+Blue) = 33+16+48=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #211030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211030 is #DEEFCF. Grayscale: #181818. Windows color (decimal): -14610384 or 3149857. OLE color: 3149857.
HSL color Cylindrical-coordinate representation of color #211030: hue angle of 271.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211030 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 16 | 48 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.81 |
| HSL | 271.88º | 0.5% | 0.13% | - |
| HSV(B) | 271.88º | 0.67% | 0.19% | - |
| XYZ | 1.35 | 0.91 | 2.9 | - |
| YUV | 24.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 48 | 0.31 | 0.67 | 0 | 0.81 | 271.88 | 0.5 | 0.13 |
| Hex | 21 | 10 | 30 | 1F | 43 | 0 | 51 | 110 | 32 | D |
| Octal | 41 | 20 | 60 | 37 | 103 | 0 | 121 | 420 | 62 | 15 |
| Binary | 100001 | 10000 | 110000 | 11111 | 1000011 | 0 | 1010001 | 100010000 | 110010 | 1101 |
Color Harmonies of #211030
Complementary color
Monochromatic Colors of #211030
Black with #211030
Text Example
Text Example
White with #211030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211030; }
p { color: rgb(33,16,48); }
H1.HeaderClassName
{
color: #211030;
}
.AnyTagClassName
{
color: #211030;
}
</style>
background-color css
<style>
a { background-color: #211030; }
a { background-color: rgb(33,16,48); }
div.DivClassName
{
background-color: #211030;
}
.BgClassName
{
background-color: #211030;
}
</style>
border-color css
<style>
span { border-color: #211030; }
span { border-color: rgb(33,16,48); }
td.TdClassName
{
border-color: #211030;
}
.TagClassName
{
border-color: #211030;
}
</style>