Shades of Blackcurrant #321944
Tints of Blackcurrant #321944
RGB
CMYK
RGB Variations
Color information
#321944 (or 0x321944) is known color: Blackcurrant. HEX triplet: 32, 19 and 44. RGB value is (50,25,68). Sum of RGB (Red+Green+Blue) = 50+25+68=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #321944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321944 is #CDE6BB. Grayscale: #252525. Windows color (decimal): -13493948 or 4462898. OLE color: 4462898.
HSL color Cylindrical-coordinate representation of color #321944: hue angle of 274.88º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321944 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 25 | 68 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.73 |
| HSL | 274.88º | 0.46% | 0.18% | - |
| HSV(B) | 274.88º | 0.63% | 0.27% | - |
| XYZ | 2.71 | 1.79 | 5.67 | - |
| YUV | 37.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 68 | 0.26 | 0.63 | 0 | 0.73 | 274.88 | 0.46 | 0.18 |
| Hex | 32 | 19 | 44 | 1A | 3F | 0 | 49 | 113 | 2E | 12 |
| Octal | 62 | 31 | 104 | 32 | 77 | 0 | 111 | 423 | 56 | 22 |
| Binary | 110010 | 11001 | 1000100 | 11010 | 111111 | 0 | 1001001 | 100010011 | 101110 | 10010 |
Color Harmonies of #321944
Complementary color
Monochromatic Colors of #321944
Black with #321944
Text Example
Text Example
White with #321944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321944; }
p { color: rgb(50,25,68); }
H1.HeaderClassName
{
color: #321944;
}
.AnyTagClassName
{
color: #321944;
}
</style>
background-color css
<style>
a { background-color: #321944; }
a { background-color: rgb(50,25,68); }
div.DivClassName
{
background-color: #321944;
}
.BgClassName
{
background-color: #321944;
}
</style>
border-color css
<style>
span { border-color: #321944; }
span { border-color: rgb(50,25,68); }
td.TdClassName
{
border-color: #321944;
}
.TagClassName
{
border-color: #321944;
}
</style>