Shades of Blackcurrant #210529
Tints of Blackcurrant #210529
RGB
CMYK
RGB Variations
Color information
#210529 (or 0x210529) is known color: Blackcurrant. HEX triplet: 21, 05 and 29. RGB value is (33,5,41). Sum of RGB (Red+Green+Blue) = 33+5+41=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #210529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210529 is #DEFAD6. Grayscale: #111111. Windows color (decimal): -14613207 or 2688289. OLE color: 2688289.
HSL color Cylindrical-coordinate representation of color #210529: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210529 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 5 | 41 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.84 |
| HSL | 286.67º | 0.78% | 0.09% | - |
| HSV(B) | 286.67º | 0.88% | 0.16% | - |
| XYZ | 1.08 | 0.59 | 2.16 | - |
| YUV | 17.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 41 | 0.20 | 0.88 | 0 | 0.84 | 286.67 | 0.78 | 0.09 |
| Hex | 21 | 5 | 29 | 14 | 58 | 0 | 54 | 11F | 4E | 9 |
| Octal | 41 | 5 | 51 | 24 | 130 | 0 | 124 | 437 | 116 | 11 |
| Binary | 100001 | 101 | 101001 | 10100 | 1011000 | 0 | 1010100 | 100011111 | 1001110 | 1001 |
Color Harmonies of #210529
Complementary color
Monochromatic Colors of #210529
Black with #210529
Text Example
Text Example
White with #210529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210529; }
p { color: rgb(33,5,41); }
H1.HeaderClassName
{
color: #210529;
}
.AnyTagClassName
{
color: #210529;
}
</style>
background-color css
<style>
a { background-color: #210529; }
a { background-color: rgb(33,5,41); }
div.DivClassName
{
background-color: #210529;
}
.BgClassName
{
background-color: #210529;
}
</style>
border-color css
<style>
span { border-color: #210529; }
span { border-color: rgb(33,5,41); }
td.TdClassName
{
border-color: #210529;
}
.TagClassName
{
border-color: #210529;
}
</style>