Shades of Blackcurrant #321E43
Tints of Blackcurrant #321E43
RGB
CMYK
RGB Variations
Color information
#321E43 (or 0x321E43) is known color: Blackcurrant. HEX triplet: 32, 1E and 43. RGB value is (50,30,67). Sum of RGB (Red+Green+Blue) = 50+30+67=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #321E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E43 is #CDE1BC. Grayscale: #282828. Windows color (decimal): -13492669 or 4398642. OLE color: 4398642.
HSL color Cylindrical-coordinate representation of color #321E43: hue angle of 272.43º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #321E43 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 30 | 67 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.74 |
| HSL | 272.43º | 0.38% | 0.19% | - |
| HSV(B) | 272.43º | 0.55% | 0.26% | - |
| XYZ | 2.79 | 2.01 | 5.55 | - |
| YUV | 40.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 67 | 0.25 | 0.55 | 0 | 0.74 | 272.43 | 0.38 | 0.19 |
| Hex | 32 | 1E | 43 | 19 | 37 | 0 | 4A | 110 | 26 | 13 |
| Octal | 62 | 36 | 103 | 31 | 67 | 0 | 112 | 420 | 46 | 23 |
| Binary | 110010 | 11110 | 1000011 | 11001 | 110111 | 0 | 1001010 | 100010000 | 100110 | 10011 |
Color Harmonies of #321E43
Complementary color
Monochromatic Colors of #321E43
Black with #321E43
Text Example
Text Example
White with #321E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E43; }
p { color: rgb(50,30,67); }
H1.HeaderClassName
{
color: #321E43;
}
.AnyTagClassName
{
color: #321E43;
}
</style>
background-color css
<style>
a { background-color: #321E43; }
a { background-color: rgb(50,30,67); }
div.DivClassName
{
background-color: #321E43;
}
.BgClassName
{
background-color: #321E43;
}
</style>
border-color css
<style>
span { border-color: #321E43; }
span { border-color: rgb(50,30,67); }
td.TdClassName
{
border-color: #321E43;
}
.TagClassName
{
border-color: #321E43;
}
</style>