Shades of Blackcurrant #210C41
Tints of Blackcurrant #210C41
RGB
CMYK
RGB Variations
Color information
#210C41 (or 0x210C41) is known color: Blackcurrant. HEX triplet: 21, 0C and 41. RGB value is (33,12,65). Sum of RGB (Red+Green+Blue) = 33+12+65=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #210C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C41 is #DEF3BE. Grayscale: #181818. Windows color (decimal): -14611391 or 4262945. OLE color: 4262945.
HSL color Cylindrical-coordinate representation of color #210C41: hue angle of 263.77º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210C41 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 12 | 65 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.75 |
| HSL | 263.77º | 0.69% | 0.15% | - |
| HSV(B) | 263.77º | 0.82% | 0.25% | - |
| XYZ | 1.71 | 0.97 | 5.1 | - |
| YUV | 24.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 65 | 0.49 | 0.82 | 0 | 0.75 | 263.77 | 0.69 | 0.15 |
| Hex | 21 | C | 41 | 31 | 52 | 0 | 4B | 108 | 45 | F |
| Octal | 41 | 14 | 101 | 61 | 122 | 0 | 113 | 410 | 105 | 17 |
| Binary | 100001 | 1100 | 1000001 | 110001 | 1010010 | 0 | 1001011 | 100001000 | 1000101 | 1111 |
Color Harmonies of #210C41
Complementary color
Monochromatic Colors of #210C41
Black with #210C41
Text Example
Text Example
White with #210C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C41; }
p { color: rgb(33,12,65); }
H1.HeaderClassName
{
color: #210C41;
}
.AnyTagClassName
{
color: #210C41;
}
</style>
background-color css
<style>
a { background-color: #210C41; }
a { background-color: rgb(33,12,65); }
div.DivClassName
{
background-color: #210C41;
}
.BgClassName
{
background-color: #210C41;
}
</style>
border-color css
<style>
span { border-color: #210C41; }
span { border-color: rgb(33,12,65); }
td.TdClassName
{
border-color: #210C41;
}
.TagClassName
{
border-color: #210C41;
}
</style>