Shades of Blackcurrant #211730
Tints of Blackcurrant #211730
RGB
CMYK
RGB Variations
Color information
#211730 (or 0x211730) is known color: Blackcurrant. HEX triplet: 21, 17 and 30. RGB value is (33,23,48). Sum of RGB (Red+Green+Blue) = 33+23+48=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #211730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211730 is #DEE8CF. Grayscale: #1C1C1C. Windows color (decimal): -14608592 or 3151649. OLE color: 3151649.
HSL color Cylindrical-coordinate representation of color #211730: hue angle of 264º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211730 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 23 | 48 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.81 |
| HSL | 264º | 0.35% | 0.14% | - |
| HSV(B) | 264º | 0.52% | 0.19% | - |
| XYZ | 1.47 | 1.15 | 2.94 | - |
| YUV | 28.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 48 | 0.31 | 0.52 | 0 | 0.81 | 264 | 0.35 | 0.14 |
| Hex | 21 | 17 | 30 | 1F | 34 | 0 | 51 | 108 | 23 | E |
| Octal | 41 | 27 | 60 | 37 | 64 | 0 | 121 | 410 | 43 | 16 |
| Binary | 100001 | 10111 | 110000 | 11111 | 110100 | 0 | 1010001 | 100001000 | 100011 | 1110 |
Color Harmonies of #211730
Complementary color
Monochromatic Colors of #211730
Black with #211730
Text Example
Text Example
White with #211730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211730; }
p { color: rgb(33,23,48); }
H1.HeaderClassName
{
color: #211730;
}
.AnyTagClassName
{
color: #211730;
}
</style>
background-color css
<style>
a { background-color: #211730; }
a { background-color: rgb(33,23,48); }
div.DivClassName
{
background-color: #211730;
}
.BgClassName
{
background-color: #211730;
}
</style>
border-color css
<style>
span { border-color: #211730; }
span { border-color: rgb(33,23,48); }
td.TdClassName
{
border-color: #211730;
}
.TagClassName
{
border-color: #211730;
}
</style>