Shades of Blackcurrant #321E38
Tints of Blackcurrant #321E38
RGB
CMYK
RGB Variations
Color information
#321E38 (or 0x321E38) is known color: Blackcurrant. HEX triplet: 32, 1E and 38. RGB value is (50,30,56). Sum of RGB (Red+Green+Blue) = 50+30+56=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #321E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E38 is #CDE1C7. Grayscale: #262626. Windows color (decimal): -13492680 or 3677746. OLE color: 3677746.
HSL color Cylindrical-coordinate representation of color #321E38: hue angle of 286.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321E38 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 30 | 56 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.78 |
| HSL | 286.15º | 0.3% | 0.17% | - |
| HSV(B) | 286.15º | 0.46% | 0.22% | - |
| XYZ | 2.49 | 1.89 | 3.98 | - |
| YUV | 38.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 56 | 0.11 | 0.46 | 0 | 0.78 | 286.15 | 0.3 | 0.17 |
| Hex | 32 | 1E | 38 | B | 2E | 0 | 4E | 11E | 1E | 11 |
| Octal | 62 | 36 | 70 | 13 | 56 | 0 | 116 | 436 | 36 | 21 |
| Binary | 110010 | 11110 | 111000 | 1011 | 101110 | 0 | 1001110 | 100011110 | 11110 | 10001 |
Color Harmonies of #321E38
Complementary color
Monochromatic Colors of #321E38
Black with #321E38
Text Example
Text Example
White with #321E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E38; }
p { color: rgb(50,30,56); }
H1.HeaderClassName
{
color: #321E38;
}
.AnyTagClassName
{
color: #321E38;
}
</style>
background-color css
<style>
a { background-color: #321E38; }
a { background-color: rgb(50,30,56); }
div.DivClassName
{
background-color: #321E38;
}
.BgClassName
{
background-color: #321E38;
}
</style>
border-color css
<style>
span { border-color: #321E38; }
span { border-color: rgb(50,30,56); }
td.TdClassName
{
border-color: #321E38;
}
.TagClassName
{
border-color: #321E38;
}
</style>