Shades of Blackcurrant #322338
Tints of Blackcurrant #322338
RGB
CMYK
RGB Variations
Color information
#322338 (or 0x322338) is known color: Blackcurrant. HEX triplet: 32, 23 and 38. RGB value is (50,35,56). Sum of RGB (Red+Green+Blue) = 50+35+56=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #322338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322338 is #CDDCC7. Grayscale: #292929. Windows color (decimal): -13491400 or 3679026. OLE color: 3679026.
HSL color Cylindrical-coordinate representation of color #322338: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #322338 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 35 | 56 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.78 |
| HSL | 282.86º | 0.23% | 0.18% | - |
| HSV(B) | 282.86º | 0.38% | 0.22% | - |
| XYZ | 2.63 | 2.17 | 4.02 | - |
| YUV | 41.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 56 | 0.11 | 0.37 | 0 | 0.78 | 282.86 | 0.23 | 0.18 |
| Hex | 32 | 23 | 38 | B | 25 | 0 | 4E | 11B | 17 | 12 |
| Octal | 62 | 43 | 70 | 13 | 45 | 0 | 116 | 433 | 27 | 22 |
| Binary | 110010 | 100011 | 111000 | 1011 | 100101 | 0 | 1001110 | 100011011 | 10111 | 10010 |
Color Harmonies of #322338
Complementary color
Monochromatic Colors of #322338
Black with #322338
Text Example
Text Example
White with #322338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322338; }
p { color: rgb(50,35,56); }
H1.HeaderClassName
{
color: #322338;
}
.AnyTagClassName
{
color: #322338;
}
</style>
background-color css
<style>
a { background-color: #322338; }
a { background-color: rgb(50,35,56); }
div.DivClassName
{
background-color: #322338;
}
.BgClassName
{
background-color: #322338;
}
</style>
border-color css
<style>
span { border-color: #322338; }
span { border-color: rgb(50,35,56); }
td.TdClassName
{
border-color: #322338;
}
.TagClassName
{
border-color: #322338;
}
</style>