Shades of Blackcurrant #321F45
Tints of Blackcurrant #321F45
RGB
CMYK
RGB Variations
Color information
#321F45 (or 0x321F45) is known color: Blackcurrant. HEX triplet: 32, 1F and 45. RGB value is (50,31,69). Sum of RGB (Red+Green+Blue) = 50+31+69=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #321F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F45 is #CDE0BA. Grayscale: #282828. Windows color (decimal): -13492411 or 4529970. OLE color: 4529970.
HSL color Cylindrical-coordinate representation of color #321F45: hue angle of 270º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #321F45 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 31 | 69 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.73 |
| HSL | 270º | 0.38% | 0.2% | - |
| HSV(B) | 270º | 0.55% | 0.27% | - |
| XYZ | 2.88 | 2.09 | 5.88 | - |
| YUV | 41.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 69 | 0.28 | 0.55 | 0 | 0.73 | 270 | 0.38 | 0.2 |
| Hex | 32 | 1F | 45 | 1C | 37 | 0 | 49 | 10E | 26 | 14 |
| Octal | 62 | 37 | 105 | 34 | 67 | 0 | 111 | 416 | 46 | 24 |
| Binary | 110010 | 11111 | 1000101 | 11100 | 110111 | 0 | 1001001 | 100001110 | 100110 | 10100 |
Color Harmonies of #321F45
Complementary color
Monochromatic Colors of #321F45
Black with #321F45
Text Example
Text Example
White with #321F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F45; }
p { color: rgb(50,31,69); }
H1.HeaderClassName
{
color: #321F45;
}
.AnyTagClassName
{
color: #321F45;
}
</style>
background-color css
<style>
a { background-color: #321F45; }
a { background-color: rgb(50,31,69); }
div.DivClassName
{
background-color: #321F45;
}
.BgClassName
{
background-color: #321F45;
}
</style>
border-color css
<style>
span { border-color: #321F45; }
span { border-color: rgb(50,31,69); }
td.TdClassName
{
border-color: #321F45;
}
.TagClassName
{
border-color: #321F45;
}
</style>