Shades of Blackcurrant #320253
Tints of Blackcurrant #320253
RGB
CMYK
RGB Variations
Color information
#320253 (or 0x320253) is known color: Blackcurrant. HEX triplet: 32, 02 and 53. RGB value is (50,2,83). Sum of RGB (Red+Green+Blue) = 50+2+83=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #320253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320253 is #CDFDAC. Grayscale: #191919. Windows color (decimal): -13499821 or 5440050. OLE color: 5440050.
HSL color Cylindrical-coordinate representation of color #320253: hue angle of 275.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320253 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 2 | 83 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.67 |
| HSL | 275.56º | 0.95% | 0.17% | - |
| HSV(B) | 275.56º | 0.98% | 0.33% | - |
| XYZ | 2.9 | 1.35 | 8.29 | - |
| YUV | 25.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 83 | 0.40 | 0.98 | 0 | 0.67 | 275.56 | 0.95 | 0.17 |
| Hex | 32 | 2 | 53 | 28 | 62 | 0 | 43 | 114 | 5F | 11 |
| Octal | 62 | 2 | 123 | 50 | 142 | 0 | 103 | 424 | 137 | 21 |
| Binary | 110010 | 10 | 1010011 | 101000 | 1100010 | 0 | 1000011 | 100010100 | 1011111 | 10001 |
Color Harmonies of #320253
Complementary color
Monochromatic Colors of #320253
Black with #320253
Text Example
Text Example
White with #320253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320253; }
p { color: rgb(50,2,83); }
H1.HeaderClassName
{
color: #320253;
}
.AnyTagClassName
{
color: #320253;
}
</style>
background-color css
<style>
a { background-color: #320253; }
a { background-color: rgb(50,2,83); }
div.DivClassName
{
background-color: #320253;
}
.BgClassName
{
background-color: #320253;
}
</style>
border-color css
<style>
span { border-color: #320253; }
span { border-color: rgb(50,2,83); }
td.TdClassName
{
border-color: #320253;
}
.TagClassName
{
border-color: #320253;
}
</style>