Shades of Blackcurrant #322538
Tints of Blackcurrant #322538
RGB
CMYK
RGB Variations
Color information
#322538 (or 0x322538) is known color: Blackcurrant. HEX triplet: 32, 25 and 38. RGB value is (50,37,56). Sum of RGB (Red+Green+Blue) = 50+37+56=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #322538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322538 is #CDDAC7. Grayscale: #2A2A2A. Windows color (decimal): -13490888 or 3679538. OLE color: 3679538.
HSL color Cylindrical-coordinate representation of color #322538: hue angle of 281.05º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322538 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 37 | 56 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.78 |
| HSL | 281.05º | 0.2% | 0.18% | - |
| HSV(B) | 281.05º | 0.34% | 0.22% | - |
| XYZ | 2.69 | 2.29 | 4.04 | - |
| YUV | 43.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 56 | 0.11 | 0.34 | 0 | 0.78 | 281.05 | 0.2 | 0.18 |
| Hex | 32 | 25 | 38 | B | 22 | 0 | 4E | 119 | 14 | 12 |
| Octal | 62 | 45 | 70 | 13 | 42 | 0 | 116 | 431 | 24 | 22 |
| Binary | 110010 | 100101 | 111000 | 1011 | 100010 | 0 | 1001110 | 100011001 | 10100 | 10010 |
Color Harmonies of #322538
Complementary color
Monochromatic Colors of #322538
Black with #322538
Text Example
Text Example
White with #322538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322538; }
p { color: rgb(50,37,56); }
H1.HeaderClassName
{
color: #322538;
}
.AnyTagClassName
{
color: #322538;
}
</style>
background-color css
<style>
a { background-color: #322538; }
a { background-color: rgb(50,37,56); }
div.DivClassName
{
background-color: #322538;
}
.BgClassName
{
background-color: #322538;
}
</style>
border-color css
<style>
span { border-color: #322538; }
span { border-color: rgb(50,37,56); }
td.TdClassName
{
border-color: #322538;
}
.TagClassName
{
border-color: #322538;
}
</style>