Shades of Blackcurrant #320953
Tints of Blackcurrant #320953
RGB
CMYK
RGB Variations
Color information
#320953 (or 0x320953) is known color: Blackcurrant. HEX triplet: 32, 09 and 53. RGB value is (50,9,83). Sum of RGB (Red+Green+Blue) = 50+9+83=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #320953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320953 is #CDF6AC. Grayscale: #1D1D1D. Windows color (decimal): -13498029 or 5441842. OLE color: 5441842.
HSL color Cylindrical-coordinate representation of color #320953: hue angle of 273.24º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320953 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 9 | 83 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.67 |
| HSL | 273.24º | 0.8% | 0.18% | - |
| HSV(B) | 273.24º | 0.89% | 0.33% | - |
| XYZ | 2.97 | 1.5 | 8.32 | - |
| YUV | 29.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 83 | 0.40 | 0.89 | 0 | 0.67 | 273.24 | 0.8 | 0.18 |
| Hex | 32 | 9 | 53 | 28 | 59 | 0 | 43 | 111 | 50 | 12 |
| Octal | 62 | 11 | 123 | 50 | 131 | 0 | 103 | 421 | 120 | 22 |
| Binary | 110010 | 1001 | 1010011 | 101000 | 1011001 | 0 | 1000011 | 100010001 | 1010000 | 10010 |
Color Harmonies of #320953
Complementary color
Monochromatic Colors of #320953
Black with #320953
Text Example
Text Example
White with #320953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320953; }
p { color: rgb(50,9,83); }
H1.HeaderClassName
{
color: #320953;
}
.AnyTagClassName
{
color: #320953;
}
</style>
background-color css
<style>
a { background-color: #320953; }
a { background-color: rgb(50,9,83); }
div.DivClassName
{
background-color: #320953;
}
.BgClassName
{
background-color: #320953;
}
</style>
border-color css
<style>
span { border-color: #320953; }
span { border-color: rgb(50,9,83); }
td.TdClassName
{
border-color: #320953;
}
.TagClassName
{
border-color: #320953;
}
</style>