Shades of Blackcurrant #210C32
Tints of Blackcurrant #210C32
RGB
CMYK
RGB Variations
Color information
#210C32 (or 0x210C32) is known color: Blackcurrant. HEX triplet: 21, 0C and 32. RGB value is (33,12,50). Sum of RGB (Red+Green+Blue) = 33+12+50=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #210C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C32 is #DEF3CD. Grayscale: #161616. Windows color (decimal): -14611406 or 3279905. OLE color: 3279905.
HSL color Cylindrical-coordinate representation of color #210C32: hue angle of 273.16º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210C32 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 12 | 50 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.80 |
| HSL | 273.16º | 0.61% | 0.12% | - |
| HSV(B) | 273.16º | 0.76% | 0.2% | - |
| XYZ | 1.33 | 0.82 | 3.1 | - |
| YUV | 22.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 50 | 0.34 | 0.76 | 0 | 0.80 | 273.16 | 0.61 | 0.12 |
| Hex | 21 | C | 32 | 22 | 4C | 0 | 50 | 111 | 3D | C |
| Octal | 41 | 14 | 62 | 42 | 114 | 0 | 120 | 421 | 75 | 14 |
| Binary | 100001 | 1100 | 110010 | 100010 | 1001100 | 0 | 1010000 | 100010001 | 111101 | 1100 |
Color Harmonies of #210C32
Complementary color
Monochromatic Colors of #210C32
Black with #210C32
Text Example
Text Example
White with #210C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C32; }
p { color: rgb(33,12,50); }
H1.HeaderClassName
{
color: #210C32;
}
.AnyTagClassName
{
color: #210C32;
}
</style>
background-color css
<style>
a { background-color: #210C32; }
a { background-color: rgb(33,12,50); }
div.DivClassName
{
background-color: #210C32;
}
.BgClassName
{
background-color: #210C32;
}
</style>
border-color css
<style>
span { border-color: #210C32; }
span { border-color: rgb(33,12,50); }
td.TdClassName
{
border-color: #210C32;
}
.TagClassName
{
border-color: #210C32;
}
</style>