Shades of Blackcurrant #321639
Tints of Blackcurrant #321639
RGB
CMYK
RGB Variations
Color information
#321639 (or 0x321639) is known color: Blackcurrant. HEX triplet: 32, 16 and 39. RGB value is (50,22,57). Sum of RGB (Red+Green+Blue) = 50+22+57=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #321639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321639 is #CDE9C6. Grayscale: #222222. Windows color (decimal): -13494727 or 3741234. OLE color: 3741234.
HSL color Cylindrical-coordinate representation of color #321639: hue angle of 288º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #321639 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 22 | 57 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.78 |
| HSL | 288º | 0.44% | 0.15% | - |
| HSV(B) | 288º | 0.61% | 0.22% | - |
| XYZ | 2.34 | 1.55 | 4.05 | - |
| YUV | 34.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 57 | 0.12 | 0.61 | 0 | 0.78 | 288 | 0.44 | 0.15 |
| Hex | 32 | 16 | 39 | C | 3D | 0 | 4E | 120 | 2C | F |
| Octal | 62 | 26 | 71 | 14 | 75 | 0 | 116 | 440 | 54 | 17 |
| Binary | 110010 | 10110 | 111001 | 1100 | 111101 | 0 | 1001110 | 100100000 | 101100 | 1111 |
Color Harmonies of #321639
Complementary color
Monochromatic Colors of #321639
Black with #321639
Text Example
Text Example
White with #321639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321639; }
p { color: rgb(50,22,57); }
H1.HeaderClassName
{
color: #321639;
}
.AnyTagClassName
{
color: #321639;
}
</style>
background-color css
<style>
a { background-color: #321639; }
a { background-color: rgb(50,22,57); }
div.DivClassName
{
background-color: #321639;
}
.BgClassName
{
background-color: #321639;
}
</style>
border-color css
<style>
span { border-color: #321639; }
span { border-color: rgb(50,22,57); }
td.TdClassName
{
border-color: #321639;
}
.TagClassName
{
border-color: #321639;
}
</style>