Shades of Blackcurrant #320237
Tints of Blackcurrant #320237
RGB
CMYK
RGB Variations
Color information
#320237 (or 0x320237) is known color: Blackcurrant. HEX triplet: 32, 02 and 37. RGB value is (50,2,55). Sum of RGB (Red+Green+Blue) = 50+2+55=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #320237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320237 is #CDFDC8. Grayscale: #161616. Windows color (decimal): -13499849 or 3605042. OLE color: 3605042.
HSL color Cylindrical-coordinate representation of color #320237: hue angle of 294.34º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320237 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 2 | 55 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.78 |
| HSL | 294.34º | 0.93% | 0.11% | - |
| HSV(B) | 294.34º | 0.96% | 0.22% | - |
| XYZ | 2.03 | 1 | 3.7 | - |
| YUV | 22.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 55 | 0.09 | 0.96 | 0 | 0.78 | 294.34 | 0.93 | 0.11 |
| Hex | 32 | 2 | 37 | 9 | 60 | 0 | 4E | 126 | 5D | B |
| Octal | 62 | 2 | 67 | 11 | 140 | 0 | 116 | 446 | 135 | 13 |
| Binary | 110010 | 10 | 110111 | 1001 | 1100000 | 0 | 1001110 | 100100110 | 1011101 | 1011 |
Color Harmonies of #320237
Complementary color
Monochromatic Colors of #320237
Black with #320237
Text Example
Text Example
White with #320237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320237; }
p { color: rgb(50,2,55); }
H1.HeaderClassName
{
color: #320237;
}
.AnyTagClassName
{
color: #320237;
}
</style>
background-color css
<style>
a { background-color: #320237; }
a { background-color: rgb(50,2,55); }
div.DivClassName
{
background-color: #320237;
}
.BgClassName
{
background-color: #320237;
}
</style>
border-color css
<style>
span { border-color: #320237; }
span { border-color: rgb(50,2,55); }
td.TdClassName
{
border-color: #320237;
}
.TagClassName
{
border-color: #320237;
}
</style>