Shades of Blackcurrant #320138
Tints of Blackcurrant #320138
RGB
CMYK
RGB Variations
Color information
#320138 (or 0x320138) is known color: Blackcurrant. HEX triplet: 32, 01 and 38. RGB value is (50,1,56). Sum of RGB (Red+Green+Blue) = 50+1+56=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #320138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320138 is #CDFEC7. Grayscale: #151515. Windows color (decimal): -13500104 or 3670322. OLE color: 3670322.
HSL color Cylindrical-coordinate representation of color #320138: hue angle of 293.45º 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 #320138 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 1 | 56 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.78 |
| HSL | 293.45º | 0.96% | 0.11% | - |
| HSV(B) | 293.45º | 0.98% | 0.22% | - |
| XYZ | 2.04 | 0.99 | 3.82 | - |
| YUV | 21.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 56 | 0.11 | 0.98 | 0 | 0.78 | 293.45 | 0.96 | 0.11 |
| Hex | 32 | 1 | 38 | B | 62 | 0 | 4E | 125 | 60 | B |
| Octal | 62 | 1 | 70 | 13 | 142 | 0 | 116 | 445 | 140 | 13 |
| Binary | 110010 | 1 | 111000 | 1011 | 1100010 | 0 | 1001110 | 100100101 | 1100000 | 1011 |
Color Harmonies of #320138
Complementary color
Monochromatic Colors of #320138
Black with #320138
Text Example
Text Example
White with #320138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320138; }
p { color: rgb(50,1,56); }
H1.HeaderClassName
{
color: #320138;
}
.AnyTagClassName
{
color: #320138;
}
</style>
background-color css
<style>
a { background-color: #320138; }
a { background-color: rgb(50,1,56); }
div.DivClassName
{
background-color: #320138;
}
.BgClassName
{
background-color: #320138;
}
</style>
border-color css
<style>
span { border-color: #320138; }
span { border-color: rgb(50,1,56); }
td.TdClassName
{
border-color: #320138;
}
.TagClassName
{
border-color: #320138;
}
</style>