Shades of Blackcurrant #210A41
Tints of Blackcurrant #210A41
RGB
CMYK
RGB Variations
Color information
#210A41 (or 0x210A41) is known color: Blackcurrant. HEX triplet: 21, 0A and 41. RGB value is (33,10,65). Sum of RGB (Red+Green+Blue) = 33+10+65=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #210A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A41 is #DEF5BE. Grayscale: #161616. Windows color (decimal): -14611903 or 4262433. OLE color: 4262433.
HSL color Cylindrical-coordinate representation of color #210A41: hue angle of 265.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210A41 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 10 | 65 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.75 |
| HSL | 265.09º | 0.73% | 0.15% | - |
| HSV(B) | 265.09º | 0.85% | 0.25% | - |
| XYZ | 1.69 | 0.92 | 5.09 | - |
| YUV | 23.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 65 | 0.49 | 0.85 | 0 | 0.75 | 265.09 | 0.73 | 0.15 |
| Hex | 21 | A | 41 | 31 | 55 | 0 | 4B | 109 | 49 | F |
| Octal | 41 | 12 | 101 | 61 | 125 | 0 | 113 | 411 | 111 | 17 |
| Binary | 100001 | 1010 | 1000001 | 110001 | 1010101 | 0 | 1001011 | 100001001 | 1001001 | 1111 |
Color Harmonies of #210A41
Complementary color
Monochromatic Colors of #210A41
Black with #210A41
Text Example
Text Example
White with #210A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A41; }
p { color: rgb(33,10,65); }
H1.HeaderClassName
{
color: #210A41;
}
.AnyTagClassName
{
color: #210A41;
}
</style>
background-color css
<style>
a { background-color: #210A41; }
a { background-color: rgb(33,10,65); }
div.DivClassName
{
background-color: #210A41;
}
.BgClassName
{
background-color: #210A41;
}
</style>
border-color css
<style>
span { border-color: #210A41; }
span { border-color: rgb(33,10,65); }
td.TdClassName
{
border-color: #210A41;
}
.TagClassName
{
border-color: #210A41;
}
</style>