Shades of Blackcurrant #322341
Tints of Blackcurrant #322341
RGB
CMYK
RGB Variations
Color information
#322341 (or 0x322341) is known color: Blackcurrant. HEX triplet: 32, 23 and 41. RGB value is (50,35,65). Sum of RGB (Red+Green+Blue) = 50+35+65=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #322341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322341 is #CDDCBE. Grayscale: #2A2A2A. Windows color (decimal): -13491391 or 4268850. OLE color: 4268850.
HSL color Cylindrical-coordinate representation of color #322341: hue angle of 270º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322341 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 35 | 65 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.75 |
| HSL | 270º | 0.3% | 0.2% | - |
| HSV(B) | 270º | 0.46% | 0.25% | - |
| XYZ | 2.87 | 2.26 | 5.29 | - |
| YUV | 42.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 65 | 0.23 | 0.46 | 0 | 0.75 | 270 | 0.3 | 0.2 |
| Hex | 32 | 23 | 41 | 17 | 2E | 0 | 4B | 10E | 1E | 14 |
| Octal | 62 | 43 | 101 | 27 | 56 | 0 | 113 | 416 | 36 | 24 |
| Binary | 110010 | 100011 | 1000001 | 10111 | 101110 | 0 | 1001011 | 100001110 | 11110 | 10100 |
Color Harmonies of #322341
Complementary color
Monochromatic Colors of #322341
Black with #322341
Text Example
Text Example
White with #322341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322341; }
p { color: rgb(50,35,65); }
H1.HeaderClassName
{
color: #322341;
}
.AnyTagClassName
{
color: #322341;
}
</style>
background-color css
<style>
a { background-color: #322341; }
a { background-color: rgb(50,35,65); }
div.DivClassName
{
background-color: #322341;
}
.BgClassName
{
background-color: #322341;
}
</style>
border-color css
<style>
span { border-color: #322341; }
span { border-color: rgb(50,35,65); }
td.TdClassName
{
border-color: #322341;
}
.TagClassName
{
border-color: #322341;
}
</style>