Shades of Blackcurrant #322536
Tints of Blackcurrant #322536
RGB
CMYK
RGB Variations
Color information
#322536 (or 0x322536) is known color: Blackcurrant. HEX triplet: 32, 25 and 36. RGB value is (50,37,54). Sum of RGB (Red+Green+Blue) = 50+37+54=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #322536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322536 is #CDDAC9. Grayscale: #2A2A2A. Windows color (decimal): -13490890 or 3548466. OLE color: 3548466.
HSL color Cylindrical-coordinate representation of color #322536: hue angle of 285.88º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #322536 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 37 | 54 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.79 |
| HSL | 285.88º | 0.19% | 0.18% | - |
| HSV(B) | 285.88º | 0.31% | 0.21% | - |
| XYZ | 2.64 | 2.27 | 3.79 | - |
| YUV | 42.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 54 | 0.07 | 0.31 | 0 | 0.79 | 285.88 | 0.19 | 0.18 |
| Hex | 32 | 25 | 36 | 7 | 1F | 0 | 4F | 11E | 13 | 12 |
| Octal | 62 | 45 | 66 | 7 | 37 | 0 | 117 | 436 | 23 | 22 |
| Binary | 110010 | 100101 | 110110 | 111 | 11111 | 0 | 1001111 | 100011110 | 10011 | 10010 |
Color Harmonies of #322536
Complementary color
Monochromatic Colors of #322536
Black with #322536
Text Example
Text Example
White with #322536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322536; }
p { color: rgb(50,37,54); }
H1.HeaderClassName
{
color: #322536;
}
.AnyTagClassName
{
color: #322536;
}
</style>
background-color css
<style>
a { background-color: #322536; }
a { background-color: rgb(50,37,54); }
div.DivClassName
{
background-color: #322536;
}
.BgClassName
{
background-color: #322536;
}
</style>
border-color css
<style>
span { border-color: #322536; }
span { border-color: rgb(50,37,54); }
td.TdClassName
{
border-color: #322536;
}
.TagClassName
{
border-color: #322536;
}
</style>