Shades of Blackcurrant #210645
Tints of Blackcurrant #210645
RGB
CMYK
RGB Variations
Color information
#210645 (or 0x210645) is known color: Blackcurrant. HEX triplet: 21, 06 and 45. RGB value is (33,6,69). Sum of RGB (Red+Green+Blue) = 33+6+69=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #210645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210645 is #DEF9BA. Grayscale: #151515. Windows color (decimal): -14612923 or 4523553. OLE color: 4523553.
HSL color Cylindrical-coordinate representation of color #210645: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210645 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 6 | 69 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.73 |
| HSL | 265.71º | 0.84% | 0.15% | - |
| HSV(B) | 265.71º | 0.91% | 0.27% | - |
| XYZ | 1.77 | 0.88 | 5.71 | - |
| YUV | 21.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 69 | 0.52 | 0.91 | 0 | 0.73 | 265.71 | 0.84 | 0.15 |
| Hex | 21 | 6 | 45 | 34 | 5B | 0 | 49 | 10A | 54 | F |
| Octal | 41 | 6 | 105 | 64 | 133 | 0 | 111 | 412 | 124 | 17 |
| Binary | 100001 | 110 | 1000101 | 110100 | 1011011 | 0 | 1001001 | 100001010 | 1010100 | 1111 |
Color Harmonies of #210645
Complementary color
Monochromatic Colors of #210645
Black with #210645
Text Example
Text Example
White with #210645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210645; }
p { color: rgb(33,6,69); }
H1.HeaderClassName
{
color: #210645;
}
.AnyTagClassName
{
color: #210645;
}
</style>
background-color css
<style>
a { background-color: #210645; }
a { background-color: rgb(33,6,69); }
div.DivClassName
{
background-color: #210645;
}
.BgClassName
{
background-color: #210645;
}
</style>
border-color css
<style>
span { border-color: #210645; }
span { border-color: rgb(33,6,69); }
td.TdClassName
{
border-color: #210645;
}
.TagClassName
{
border-color: #210645;
}
</style>