Shades of Blackcurrant #320353
Tints of Blackcurrant #320353
RGB
CMYK
RGB Variations
Color information
#320353 (or 0x320353) is known color: Blackcurrant. HEX triplet: 32, 03 and 53. RGB value is (50,3,83). Sum of RGB (Red+Green+Blue) = 50+3+83=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #320353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320353 is #CDFCAC. Grayscale: #191919. Windows color (decimal): -13499565 or 5440306. OLE color: 5440306.
HSL color Cylindrical-coordinate representation of color #320353: hue angle of 275.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320353 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 3 | 83 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.67 |
| HSL | 275.25º | 0.93% | 0.17% | - |
| HSV(B) | 275.25º | 0.96% | 0.33% | - |
| XYZ | 2.91 | 1.37 | 8.29 | - |
| YUV | 26.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 83 | 0.40 | 0.96 | 0 | 0.67 | 275.25 | 0.93 | 0.17 |
| Hex | 32 | 3 | 53 | 28 | 60 | 0 | 43 | 113 | 5D | 11 |
| Octal | 62 | 3 | 123 | 50 | 140 | 0 | 103 | 423 | 135 | 21 |
| Binary | 110010 | 11 | 1010011 | 101000 | 1100000 | 0 | 1000011 | 100010011 | 1011101 | 10001 |
Color Harmonies of #320353
Complementary color
Monochromatic Colors of #320353
Black with #320353
Text Example
Text Example
White with #320353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320353; }
p { color: rgb(50,3,83); }
H1.HeaderClassName
{
color: #320353;
}
.AnyTagClassName
{
color: #320353;
}
</style>
background-color css
<style>
a { background-color: #320353; }
a { background-color: rgb(50,3,83); }
div.DivClassName
{
background-color: #320353;
}
.BgClassName
{
background-color: #320353;
}
</style>
border-color css
<style>
span { border-color: #320353; }
span { border-color: rgb(50,3,83); }
td.TdClassName
{
border-color: #320353;
}
.TagClassName
{
border-color: #320353;
}
</style>