Shades of Blackcurrant #320453
Tints of Blackcurrant #320453
RGB
CMYK
RGB Variations
Color information
#320453 (or 0x320453) is known color: Blackcurrant. HEX triplet: 32, 04 and 53. RGB value is (50,4,83). Sum of RGB (Red+Green+Blue) = 50+4+83=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #320453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320453 is #CDFBAC. Grayscale: #1A1A1A. Windows color (decimal): -13499309 or 5440562. OLE color: 5440562.
HSL color Cylindrical-coordinate representation of color #320453: hue angle of 274.94º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320453 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 4 | 83 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.67 |
| HSL | 274.94º | 0.91% | 0.17% | - |
| HSV(B) | 274.94º | 0.95% | 0.33% | - |
| XYZ | 2.92 | 1.39 | 8.3 | - |
| YUV | 26.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 83 | 0.40 | 0.95 | 0 | 0.67 | 274.94 | 0.91 | 0.17 |
| Hex | 32 | 4 | 53 | 28 | 5F | 0 | 43 | 113 | 5B | 11 |
| Octal | 62 | 4 | 123 | 50 | 137 | 0 | 103 | 423 | 133 | 21 |
| Binary | 110010 | 100 | 1010011 | 101000 | 1011111 | 0 | 1000011 | 100010011 | 1011011 | 10001 |
Color Harmonies of #320453
Complementary color
Monochromatic Colors of #320453
Black with #320453
Text Example
Text Example
White with #320453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320453; }
p { color: rgb(50,4,83); }
H1.HeaderClassName
{
color: #320453;
}
.AnyTagClassName
{
color: #320453;
}
</style>
background-color css
<style>
a { background-color: #320453; }
a { background-color: rgb(50,4,83); }
div.DivClassName
{
background-color: #320453;
}
.BgClassName
{
background-color: #320453;
}
</style>
border-color css
<style>
span { border-color: #320453; }
span { border-color: rgb(50,4,83); }
td.TdClassName
{
border-color: #320453;
}
.TagClassName
{
border-color: #320453;
}
</style>