Shades of Blackcurrant #210A27
Tints of Blackcurrant #210A27
RGB
CMYK
RGB Variations
Color information
#210A27 (or 0x210A27) is known color: Blackcurrant. HEX triplet: 21, 0A and 27. RGB value is (33,10,39). Sum of RGB (Red+Green+Blue) = 33+10+39=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #210A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A27 is #DEF5D8. Grayscale: #141414. Windows color (decimal): -14611929 or 2558497. OLE color: 2558497.
HSL color Cylindrical-coordinate representation of color #210A27: hue angle of 287.59º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #210A27 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 10 | 39 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.85 |
| HSL | 287.59º | 0.59% | 0.1% | - |
| HSV(B) | 287.59º | 0.74% | 0.15% | - |
| XYZ | 1.1 | 0.69 | 1.99 | - |
| YUV | 20.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 39 | 0.15 | 0.74 | 0 | 0.85 | 287.59 | 0.59 | 0.1 |
| Hex | 21 | A | 27 | F | 4A | 0 | 55 | 120 | 3B | A |
| Octal | 41 | 12 | 47 | 17 | 112 | 0 | 125 | 440 | 73 | 12 |
| Binary | 100001 | 1010 | 100111 | 1111 | 1001010 | 0 | 1010101 | 100100000 | 111011 | 1010 |
Color Harmonies of #210A27
Complementary color
Monochromatic Colors of #210A27
Black with #210A27
Text Example
Text Example
White with #210A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A27; }
p { color: rgb(33,10,39); }
H1.HeaderClassName
{
color: #210A27;
}
.AnyTagClassName
{
color: #210A27;
}
</style>
background-color css
<style>
a { background-color: #210A27; }
a { background-color: rgb(33,10,39); }
div.DivClassName
{
background-color: #210A27;
}
.BgClassName
{
background-color: #210A27;
}
</style>
border-color css
<style>
span { border-color: #210A27; }
span { border-color: rgb(33,10,39); }
td.TdClassName
{
border-color: #210A27;
}
.TagClassName
{
border-color: #210A27;
}
</style>