Shades of Blackcurrant #210939
Tints of Blackcurrant #210939
RGB
CMYK
RGB Variations
Color information
#210939 (or 0x210939) is known color: Blackcurrant. HEX triplet: 21, 09 and 39. RGB value is (33,9,57). Sum of RGB (Red+Green+Blue) = 33+9+57=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #210939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210939 is #DEF6C6. Grayscale: #151515. Windows color (decimal): -14612167 or 3737889. OLE color: 3737889.
HSL color Cylindrical-coordinate representation of color #210939: hue angle of 270º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210939 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 9 | 57 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.78 |
| HSL | 270º | 0.73% | 0.13% | - |
| HSV(B) | 270º | 0.84% | 0.22% | - |
| XYZ | 1.46 | 0.81 | 3.95 | - |
| YUV | 21.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 57 | 0.42 | 0.84 | 0 | 0.78 | 270 | 0.73 | 0.13 |
| Hex | 21 | 9 | 39 | 2A | 54 | 0 | 4E | 10E | 49 | D |
| Octal | 41 | 11 | 71 | 52 | 124 | 0 | 116 | 416 | 111 | 15 |
| Binary | 100001 | 1001 | 111001 | 101010 | 1010100 | 0 | 1001110 | 100001110 | 1001001 | 1101 |
Color Harmonies of #210939
Complementary color
Monochromatic Colors of #210939
Black with #210939
Text Example
Text Example
White with #210939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210939; }
p { color: rgb(33,9,57); }
H1.HeaderClassName
{
color: #210939;
}
.AnyTagClassName
{
color: #210939;
}
</style>
background-color css
<style>
a { background-color: #210939; }
a { background-color: rgb(33,9,57); }
div.DivClassName
{
background-color: #210939;
}
.BgClassName
{
background-color: #210939;
}
</style>
border-color css
<style>
span { border-color: #210939; }
span { border-color: rgb(33,9,57); }
td.TdClassName
{
border-color: #210939;
}
.TagClassName
{
border-color: #210939;
}
</style>