Shades of Blackcurrant #320455
Tints of Blackcurrant #320455
RGB
CMYK
RGB Variations
Color information
#320455 (or 0x320455) is known color: Blackcurrant. HEX triplet: 32, 04 and 55. RGB value is (50,4,85). Sum of RGB (Red+Green+Blue) = 50+4+85=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #320455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320455 is #CDFBAA. Grayscale: #1A1A1A. Windows color (decimal): -13499307 or 5571634. OLE color: 5571634.
HSL color Cylindrical-coordinate representation of color #320455: hue angle of 274.07º 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 #320455 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 4 | 85 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.67 |
| HSL | 274.07º | 0.91% | 0.17% | - |
| HSV(B) | 274.07º | 0.95% | 0.33% | - |
| XYZ | 3 | 1.42 | 8.71 | - |
| YUV | 26.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 85 | 0.41 | 0.95 | 0 | 0.67 | 274.07 | 0.91 | 0.17 |
| Hex | 32 | 4 | 55 | 29 | 5F | 0 | 43 | 112 | 5B | 11 |
| Octal | 62 | 4 | 125 | 51 | 137 | 0 | 103 | 422 | 133 | 21 |
| Binary | 110010 | 100 | 1010101 | 101001 | 1011111 | 0 | 1000011 | 100010010 | 1011011 | 10001 |
Color Harmonies of #320455
Complementary color
Monochromatic Colors of #320455
Black with #320455
Text Example
Text Example
White with #320455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320455; }
p { color: rgb(50,4,85); }
H1.HeaderClassName
{
color: #320455;
}
.AnyTagClassName
{
color: #320455;
}
</style>
background-color css
<style>
a { background-color: #320455; }
a { background-color: rgb(50,4,85); }
div.DivClassName
{
background-color: #320455;
}
.BgClassName
{
background-color: #320455;
}
</style>
border-color css
<style>
span { border-color: #320455; }
span { border-color: rgb(50,4,85); }
td.TdClassName
{
border-color: #320455;
}
.TagClassName
{
border-color: #320455;
}
</style>