Shades of Blackcurrant #320853
Tints of Blackcurrant #320853
RGB
CMYK
RGB Variations
Color information
#320853 (or 0x320853) is known color: Blackcurrant. HEX triplet: 32, 08 and 53. RGB value is (50,8,83). Sum of RGB (Red+Green+Blue) = 50+8+83=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #320853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320853 is #CDF7AC. Grayscale: #1C1C1C. Windows color (decimal): -13498285 or 5441586. OLE color: 5441586.
HSL color Cylindrical-coordinate representation of color #320853: hue angle of 273.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320853 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 8 | 83 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.67 |
| HSL | 273.6º | 0.82% | 0.18% | - |
| HSV(B) | 273.6º | 0.9% | 0.33% | - |
| XYZ | 2.96 | 1.48 | 8.31 | - |
| YUV | 29.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 83 | 0.40 | 0.90 | 0 | 0.67 | 273.6 | 0.82 | 0.18 |
| Hex | 32 | 8 | 53 | 28 | 5A | 0 | 43 | 112 | 52 | 12 |
| Octal | 62 | 10 | 123 | 50 | 132 | 0 | 103 | 422 | 122 | 22 |
| Binary | 110010 | 1000 | 1010011 | 101000 | 1011010 | 0 | 1000011 | 100010010 | 1010010 | 10010 |
Color Harmonies of #320853
Complementary color
Monochromatic Colors of #320853
Black with #320853
Text Example
Text Example
White with #320853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320853; }
p { color: rgb(50,8,83); }
H1.HeaderClassName
{
color: #320853;
}
.AnyTagClassName
{
color: #320853;
}
</style>
background-color css
<style>
a { background-color: #320853; }
a { background-color: rgb(50,8,83); }
div.DivClassName
{
background-color: #320853;
}
.BgClassName
{
background-color: #320853;
}
</style>
border-color css
<style>
span { border-color: #320853; }
span { border-color: rgb(50,8,83); }
td.TdClassName
{
border-color: #320853;
}
.TagClassName
{
border-color: #320853;
}
</style>