Shades of Blackcurrant #322143
Tints of Blackcurrant #322143
RGB
CMYK
RGB Variations
Color information
#322143 (or 0x322143) is known color: Blackcurrant. HEX triplet: 32, 21 and 43. RGB value is (50,33,67). Sum of RGB (Red+Green+Blue) = 50+33+67=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #322143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322143 is #CDDEBC. Grayscale: #292929. Windows color (decimal): -13491901 or 4399410. OLE color: 4399410.
HSL color Cylindrical-coordinate representation of color #322143: hue angle of 270º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #322143 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 33 | 67 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.74 |
| HSL | 270º | 0.34% | 0.2% | - |
| HSV(B) | 270º | 0.51% | 0.26% | - |
| XYZ | 2.87 | 2.17 | 5.58 | - |
| YUV | 41.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 67 | 0.25 | 0.51 | 0 | 0.74 | 270 | 0.34 | 0.2 |
| Hex | 32 | 21 | 43 | 19 | 33 | 0 | 4A | 10E | 22 | 14 |
| Octal | 62 | 41 | 103 | 31 | 63 | 0 | 112 | 416 | 42 | 24 |
| Binary | 110010 | 100001 | 1000011 | 11001 | 110011 | 0 | 1001010 | 100001110 | 100010 | 10100 |
Color Harmonies of #322143
Complementary color
Monochromatic Colors of #322143
Black with #322143
Text Example
Text Example
White with #322143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322143; }
p { color: rgb(50,33,67); }
H1.HeaderClassName
{
color: #322143;
}
.AnyTagClassName
{
color: #322143;
}
</style>
background-color css
<style>
a { background-color: #322143; }
a { background-color: rgb(50,33,67); }
div.DivClassName
{
background-color: #322143;
}
.BgClassName
{
background-color: #322143;
}
</style>
border-color css
<style>
span { border-color: #322143; }
span { border-color: rgb(50,33,67); }
td.TdClassName
{
border-color: #322143;
}
.TagClassName
{
border-color: #322143;
}
</style>