Shades of Blackcurrant #321238
Tints of Blackcurrant #321238
RGB
CMYK
RGB Variations
Color information
#321238 (or 0x321238) is known color: Blackcurrant. HEX triplet: 32, 12 and 38. RGB value is (50,18,56). Sum of RGB (Red+Green+Blue) = 50+18+56=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #321238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321238 is #CDEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13495752 or 3674674. OLE color: 3674674.
HSL color Cylindrical-coordinate representation of color #321238: hue angle of 290.53º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321238 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 18 | 56 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.78 |
| HSL | 290.53º | 0.51% | 0.15% | - |
| HSV(B) | 290.53º | 0.68% | 0.22% | - |
| XYZ | 2.25 | 1.4 | 3.89 | - |
| YUV | 31.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 56 | 0.11 | 0.68 | 0 | 0.78 | 290.53 | 0.51 | 0.15 |
| Hex | 32 | 12 | 38 | B | 44 | 0 | 4E | 123 | 33 | F |
| Octal | 62 | 22 | 70 | 13 | 104 | 0 | 116 | 443 | 63 | 17 |
| Binary | 110010 | 10010 | 111000 | 1011 | 1000100 | 0 | 1001110 | 100100011 | 110011 | 1111 |
Color Harmonies of #321238
Complementary color
Monochromatic Colors of #321238
Black with #321238
Text Example
Text Example
White with #321238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321238; }
p { color: rgb(50,18,56); }
H1.HeaderClassName
{
color: #321238;
}
.AnyTagClassName
{
color: #321238;
}
</style>
background-color css
<style>
a { background-color: #321238; }
a { background-color: rgb(50,18,56); }
div.DivClassName
{
background-color: #321238;
}
.BgClassName
{
background-color: #321238;
}
</style>
border-color css
<style>
span { border-color: #321238; }
span { border-color: rgb(50,18,56); }
td.TdClassName
{
border-color: #321238;
}
.TagClassName
{
border-color: #321238;
}
</style>