Shades of Blackcurrant #321E39
Tints of Blackcurrant #321E39
RGB
CMYK
RGB Variations
Color information
#321E39 (or 0x321E39) is known color: Blackcurrant. HEX triplet: 32, 1E and 39. RGB value is (50,30,57). Sum of RGB (Red+Green+Blue) = 50+30+57=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #321E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E39 is #CDE1C6. Grayscale: #262626. Windows color (decimal): -13492679 or 3743282. OLE color: 3743282.
HSL color Cylindrical-coordinate representation of color #321E39: hue angle of 284.44º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #321E39 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 30 | 57 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.78 |
| HSL | 284.44º | 0.31% | 0.17% | - |
| HSV(B) | 284.44º | 0.47% | 0.22% | - |
| XYZ | 2.52 | 1.9 | 4.11 | - |
| YUV | 39.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 57 | 0.12 | 0.47 | 0 | 0.78 | 284.44 | 0.31 | 0.17 |
| Hex | 32 | 1E | 39 | C | 2F | 0 | 4E | 11C | 1F | 11 |
| Octal | 62 | 36 | 71 | 14 | 57 | 0 | 116 | 434 | 37 | 21 |
| Binary | 110010 | 11110 | 111001 | 1100 | 101111 | 0 | 1001110 | 100011100 | 11111 | 10001 |
Color Harmonies of #321E39
Complementary color
Monochromatic Colors of #321E39
Black with #321E39
Text Example
Text Example
White with #321E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E39; }
p { color: rgb(50,30,57); }
H1.HeaderClassName
{
color: #321E39;
}
.AnyTagClassName
{
color: #321E39;
}
</style>
background-color css
<style>
a { background-color: #321E39; }
a { background-color: rgb(50,30,57); }
div.DivClassName
{
background-color: #321E39;
}
.BgClassName
{
background-color: #321E39;
}
</style>
border-color css
<style>
span { border-color: #321E39; }
span { border-color: rgb(50,30,57); }
td.TdClassName
{
border-color: #321E39;
}
.TagClassName
{
border-color: #321E39;
}
</style>