Shades of Blackcurrant #321943
Tints of Blackcurrant #321943
RGB
CMYK
RGB Variations
Color information
#321943 (or 0x321943) is known color: Blackcurrant. HEX triplet: 32, 19 and 43. RGB value is (50,25,67). Sum of RGB (Red+Green+Blue) = 50+25+67=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #321943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321943 is #CDE6BC. Grayscale: #252525. Windows color (decimal): -13493949 or 4397362. OLE color: 4397362.
HSL color Cylindrical-coordinate representation of color #321943: hue angle of 275.71º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321943 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 25 | 67 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.74 |
| HSL | 275.71º | 0.46% | 0.18% | - |
| HSV(B) | 275.71º | 0.63% | 0.26% | - |
| XYZ | 2.68 | 1.78 | 5.51 | - |
| YUV | 37.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 67 | 0.25 | 0.63 | 0 | 0.74 | 275.71 | 0.46 | 0.18 |
| Hex | 32 | 19 | 43 | 19 | 3F | 0 | 4A | 114 | 2E | 12 |
| Octal | 62 | 31 | 103 | 31 | 77 | 0 | 112 | 424 | 56 | 22 |
| Binary | 110010 | 11001 | 1000011 | 11001 | 111111 | 0 | 1001010 | 100010100 | 101110 | 10010 |
Color Harmonies of #321943
Complementary color
Monochromatic Colors of #321943
Black with #321943
Text Example
Text Example
White with #321943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321943; }
p { color: rgb(50,25,67); }
H1.HeaderClassName
{
color: #321943;
}
.AnyTagClassName
{
color: #321943;
}
</style>
background-color css
<style>
a { background-color: #321943; }
a { background-color: rgb(50,25,67); }
div.DivClassName
{
background-color: #321943;
}
.BgClassName
{
background-color: #321943;
}
</style>
border-color css
<style>
span { border-color: #321943; }
span { border-color: rgb(50,25,67); }
td.TdClassName
{
border-color: #321943;
}
.TagClassName
{
border-color: #321943;
}
</style>