Shades of Blackcurrant #321938
Tints of Blackcurrant #321938
RGB
CMYK
RGB Variations
Color information
#321938 (or 0x321938) is known color: Blackcurrant. HEX triplet: 32, 19 and 38. RGB value is (50,25,56). Sum of RGB (Red+Green+Blue) = 50+25+56=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #321938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321938 is #CDE6C7. Grayscale: #232323. Windows color (decimal): -13493960 or 3676466. OLE color: 3676466.
HSL color Cylindrical-coordinate representation of color #321938: hue angle of 288.39º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #321938 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 25 | 56 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.78 |
| HSL | 288.39º | 0.38% | 0.16% | - |
| HSV(B) | 288.39º | 0.55% | 0.22% | - |
| XYZ | 2.38 | 1.66 | 3.94 | - |
| YUV | 36.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 56 | 0.11 | 0.55 | 0 | 0.78 | 288.39 | 0.38 | 0.16 |
| Hex | 32 | 19 | 38 | B | 37 | 0 | 4E | 120 | 26 | 10 |
| Octal | 62 | 31 | 70 | 13 | 67 | 0 | 116 | 440 | 46 | 20 |
| Binary | 110010 | 11001 | 111000 | 1011 | 110111 | 0 | 1001110 | 100100000 | 100110 | 10000 |
Color Harmonies of #321938
Complementary color
Monochromatic Colors of #321938
Black with #321938
Text Example
Text Example
White with #321938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321938; }
p { color: rgb(50,25,56); }
H1.HeaderClassName
{
color: #321938;
}
.AnyTagClassName
{
color: #321938;
}
</style>
background-color css
<style>
a { background-color: #321938; }
a { background-color: rgb(50,25,56); }
div.DivClassName
{
background-color: #321938;
}
.BgClassName
{
background-color: #321938;
}
</style>
border-color css
<style>
span { border-color: #321938; }
span { border-color: rgb(50,25,56); }
td.TdClassName
{
border-color: #321938;
}
.TagClassName
{
border-color: #321938;
}
</style>