Shades of Blackcurrant #320137
Tints of Blackcurrant #320137
RGB
CMYK
RGB Variations
Color information
#320137 (or 0x320137) is known color: Blackcurrant. HEX triplet: 32, 01 and 37. RGB value is (50,1,55). Sum of RGB (Red+Green+Blue) = 50+1+55=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #320137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320137 is #CDFEC8. Grayscale: #151515. Windows color (decimal): -13500105 or 3604786. OLE color: 3604786.
HSL color Cylindrical-coordinate representation of color #320137: hue angle of 294.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320137 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 1 | 55 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.78 |
| HSL | 294.44º | 0.96% | 0.11% | - |
| HSV(B) | 294.44º | 0.98% | 0.22% | - |
| XYZ | 2.02 | 0.98 | 3.7 | - |
| YUV | 21.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 55 | 0.09 | 0.98 | 0 | 0.78 | 294.44 | 0.96 | 0.11 |
| Hex | 32 | 1 | 37 | 9 | 62 | 0 | 4E | 126 | 60 | B |
| Octal | 62 | 1 | 67 | 11 | 142 | 0 | 116 | 446 | 140 | 13 |
| Binary | 110010 | 1 | 110111 | 1001 | 1100010 | 0 | 1001110 | 100100110 | 1100000 | 1011 |
Color Harmonies of #320137
Complementary color
Monochromatic Colors of #320137
Black with #320137
Text Example
Text Example
White with #320137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320137; }
p { color: rgb(50,1,55); }
H1.HeaderClassName
{
color: #320137;
}
.AnyTagClassName
{
color: #320137;
}
</style>
background-color css
<style>
a { background-color: #320137; }
a { background-color: rgb(50,1,55); }
div.DivClassName
{
background-color: #320137;
}
.BgClassName
{
background-color: #320137;
}
</style>
border-color css
<style>
span { border-color: #320137; }
span { border-color: rgb(50,1,55); }
td.TdClassName
{
border-color: #320137;
}
.TagClassName
{
border-color: #320137;
}
</style>