Shades of Blackcurrant #321E3D
Tints of Blackcurrant #321E3D
RGB
CMYK
RGB Variations
Color information
#321E3D (or 0x321E3D) is known color: Blackcurrant. HEX triplet: 32, 1E and 3D. RGB value is (50,30,61). Sum of RGB (Red+Green+Blue) = 50+30+61=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #321E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E3D is #CDE1C2. Grayscale: #272727. Windows color (decimal): -13492675 or 4005426. OLE color: 4005426.
HSL color Cylindrical-coordinate representation of color #321E3D: hue angle of 278.71º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #321E3D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 30 | 61 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.76 |
| HSL | 278.71º | 0.34% | 0.18% | - |
| HSV(B) | 278.71º | 0.51% | 0.24% | - |
| XYZ | 2.62 | 1.94 | 4.65 | - |
| YUV | 39.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 61 | 0.18 | 0.51 | 0 | 0.76 | 278.71 | 0.34 | 0.18 |
| Hex | 32 | 1E | 3D | 12 | 33 | 0 | 4C | 117 | 22 | 12 |
| Octal | 62 | 36 | 75 | 22 | 63 | 0 | 114 | 427 | 42 | 22 |
| Binary | 110010 | 11110 | 111101 | 10010 | 110011 | 0 | 1001100 | 100010111 | 100010 | 10010 |
Color Harmonies of #321E3D
Complementary color
Monochromatic Colors of #321E3D
Black with #321E3D
Text Example
Text Example
White with #321E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E3D; }
p { color: rgb(50,30,61); }
H1.HeaderClassName
{
color: #321E3D;
}
.AnyTagClassName
{
color: #321E3D;
}
</style>
background-color css
<style>
a { background-color: #321E3D; }
a { background-color: rgb(50,30,61); }
div.DivClassName
{
background-color: #321E3D;
}
.BgClassName
{
background-color: #321E3D;
}
</style>
border-color css
<style>
span { border-color: #321E3D; }
span { border-color: rgb(50,30,61); }
td.TdClassName
{
border-color: #321E3D;
}
.TagClassName
{
border-color: #321E3D;
}
</style>