Shades of Blackcurrant #320E4A
Tints of Blackcurrant #320E4A
RGB
CMYK
RGB Variations
Color information
#320E4A (or 0x320E4A) is known color: Blackcurrant. HEX triplet: 32, 0E and 4A. RGB value is (50,14,74). Sum of RGB (Red+Green+Blue) = 50+14+74=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #320E4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E4A is #CDF1B5. Grayscale: #1F1F1F. Windows color (decimal): -13496758 or 4853298. OLE color: 4853298.
HSL color Cylindrical-coordinate representation of color #320E4A: hue angle of 276º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #320E4A is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 14 | 74 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.71 |
| HSL | 276º | 0.68% | 0.17% | - |
| HSV(B) | 276º | 0.81% | 0.29% | - |
| XYZ | 2.71 | 1.49 | 6.62 | - |
| YUV | 31.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 74 | 0.32 | 0.81 | 0 | 0.71 | 276 | 0.68 | 0.17 |
| Hex | 32 | E | 4A | 20 | 51 | 0 | 47 | 114 | 44 | 11 |
| Octal | 62 | 16 | 112 | 40 | 121 | 0 | 107 | 424 | 104 | 21 |
| Binary | 110010 | 1110 | 1001010 | 100000 | 1010001 | 0 | 1000111 | 100010100 | 1000100 | 10001 |
Color Harmonies of #320E4A
Complementary color
Monochromatic Colors of #320E4A
Black with #320E4A
Text Example
Text Example
White with #320E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E4A; }
p { color: rgb(50,14,74); }
H1.HeaderClassName
{
color: #320E4A;
}
.AnyTagClassName
{
color: #320E4A;
}
</style>
background-color css
<style>
a { background-color: #320E4A; }
a { background-color: rgb(50,14,74); }
div.DivClassName
{
background-color: #320E4A;
}
.BgClassName
{
background-color: #320E4A;
}
</style>
border-color css
<style>
span { border-color: #320E4A; }
span { border-color: rgb(50,14,74); }
td.TdClassName
{
border-color: #320E4A;
}
.TagClassName
{
border-color: #320E4A;
}
</style>