Shades of Blackcurrant #321344
Tints of Blackcurrant #321344
RGB
CMYK
RGB Variations
Color information
#321344 (or 0x321344) is known color: Blackcurrant. HEX triplet: 32, 13 and 44. RGB value is (50,19,68). Sum of RGB (Red+Green+Blue) = 50+19+68=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #321344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321344 is #CDECBB. Grayscale: #212121. Windows color (decimal): -13495484 or 4461362. OLE color: 4461362.
HSL color Cylindrical-coordinate representation of color #321344: hue angle of 277.96º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321344 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 19 | 68 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.73 |
| HSL | 277.96º | 0.56% | 0.17% | - |
| HSV(B) | 277.96º | 0.72% | 0.27% | - |
| XYZ | 2.59 | 1.56 | 5.63 | - |
| YUV | 33.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 68 | 0.26 | 0.72 | 0 | 0.73 | 277.96 | 0.56 | 0.17 |
| Hex | 32 | 13 | 44 | 1A | 48 | 0 | 49 | 116 | 38 | 11 |
| Octal | 62 | 23 | 104 | 32 | 110 | 0 | 111 | 426 | 70 | 21 |
| Binary | 110010 | 10011 | 1000100 | 11010 | 1001000 | 0 | 1001001 | 100010110 | 111000 | 10001 |
Color Harmonies of #321344
Complementary color
Monochromatic Colors of #321344
Black with #321344
Text Example
Text Example
White with #321344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321344; }
p { color: rgb(50,19,68); }
H1.HeaderClassName
{
color: #321344;
}
.AnyTagClassName
{
color: #321344;
}
</style>
background-color css
<style>
a { background-color: #321344; }
a { background-color: rgb(50,19,68); }
div.DivClassName
{
background-color: #321344;
}
.BgClassName
{
background-color: #321344;
}
</style>
border-color css
<style>
span { border-color: #321344; }
span { border-color: rgb(50,19,68); }
td.TdClassName
{
border-color: #321344;
}
.TagClassName
{
border-color: #321344;
}
</style>