Shades of Blackcurrant #210A29
Tints of Blackcurrant #210A29
RGB
CMYK
RGB Variations
Color information
#210A29 (or 0x210A29) is known color: Blackcurrant. HEX triplet: 21, 0A and 29. RGB value is (33,10,41). Sum of RGB (Red+Green+Blue) = 33+10+41=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #210A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A29 is #DEF5D6. Grayscale: #141414. Windows color (decimal): -14611927 or 2689569. OLE color: 2689569.
HSL color Cylindrical-coordinate representation of color #210A29: hue angle of 284.52º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210A29 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 10 | 41 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.84 |
| HSL | 284.52º | 0.61% | 0.1% | - |
| HSV(B) | 284.52º | 0.76% | 0.16% | - |
| XYZ | 1.14 | 0.7 | 2.17 | - |
| YUV | 20.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 41 | 0.20 | 0.76 | 0 | 0.84 | 284.52 | 0.61 | 0.1 |
| Hex | 21 | A | 29 | 14 | 4C | 0 | 54 | 11D | 3D | A |
| Octal | 41 | 12 | 51 | 24 | 114 | 0 | 124 | 435 | 75 | 12 |
| Binary | 100001 | 1010 | 101001 | 10100 | 1001100 | 0 | 1010100 | 100011101 | 111101 | 1010 |
Color Harmonies of #210A29
Complementary color
Monochromatic Colors of #210A29
Black with #210A29
Text Example
Text Example
White with #210A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A29; }
p { color: rgb(33,10,41); }
H1.HeaderClassName
{
color: #210A29;
}
.AnyTagClassName
{
color: #210A29;
}
</style>
background-color css
<style>
a { background-color: #210A29; }
a { background-color: rgb(33,10,41); }
div.DivClassName
{
background-color: #210A29;
}
.BgClassName
{
background-color: #210A29;
}
</style>
border-color css
<style>
span { border-color: #210A29; }
span { border-color: rgb(33,10,41); }
td.TdClassName
{
border-color: #210A29;
}
.TagClassName
{
border-color: #210A29;
}
</style>