Shades of Blackcurrant #321A45
Tints of Blackcurrant #321A45
RGB
CMYK
RGB Variations
Color information
#321A45 (or 0x321A45) is known color: Blackcurrant. HEX triplet: 32, 1A and 45. RGB value is (50,26,69). Sum of RGB (Red+Green+Blue) = 50+26+69=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #321A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A45 is #CDE5BA. Grayscale: #252525. Windows color (decimal): -13493691 or 4528690. OLE color: 4528690.
HSL color Cylindrical-coordinate representation of color #321A45: hue angle of 273.49º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321A45 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 26 | 69 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.73 |
| HSL | 273.49º | 0.45% | 0.19% | - |
| HSV(B) | 273.49º | 0.62% | 0.27% | - |
| XYZ | 2.76 | 1.85 | 5.84 | - |
| YUV | 38.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 69 | 0.28 | 0.62 | 0 | 0.73 | 273.49 | 0.45 | 0.19 |
| Hex | 32 | 1A | 45 | 1C | 3E | 0 | 49 | 111 | 2D | 13 |
| Octal | 62 | 32 | 105 | 34 | 76 | 0 | 111 | 421 | 55 | 23 |
| Binary | 110010 | 11010 | 1000101 | 11100 | 111110 | 0 | 1001001 | 100010001 | 101101 | 10011 |
Color Harmonies of #321A45
Complementary color
Monochromatic Colors of #321A45
Black with #321A45
Text Example
Text Example
White with #321A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A45; }
p { color: rgb(50,26,69); }
H1.HeaderClassName
{
color: #321A45;
}
.AnyTagClassName
{
color: #321A45;
}
</style>
background-color css
<style>
a { background-color: #321A45; }
a { background-color: rgb(50,26,69); }
div.DivClassName
{
background-color: #321A45;
}
.BgClassName
{
background-color: #321A45;
}
</style>
border-color css
<style>
span { border-color: #321A45; }
span { border-color: rgb(50,26,69); }
td.TdClassName
{
border-color: #321A45;
}
.TagClassName
{
border-color: #321A45;
}
</style>