Shades of Blackcurrant #321F37
Tints of Blackcurrant #321F37
RGB
CMYK
RGB Variations
Color information
#321F37 (or 0x321F37) is known color: Blackcurrant. HEX triplet: 32, 1F and 37. RGB value is (50,31,55). Sum of RGB (Red+Green+Blue) = 50+31+55=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #321F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F37 is #CDE0C8. Grayscale: #272727. Windows color (decimal): -13492425 or 3612466. OLE color: 3612466.
HSL color Cylindrical-coordinate representation of color #321F37: hue angle of 287.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321F37 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 31 | 55 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.78 |
| HSL | 287.5º | 0.28% | 0.17% | - |
| HSV(B) | 287.5º | 0.44% | 0.22% | - |
| XYZ | 2.49 | 1.93 | 3.86 | - |
| YUV | 39.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 55 | 0.09 | 0.44 | 0 | 0.78 | 287.5 | 0.28 | 0.17 |
| Hex | 32 | 1F | 37 | 9 | 2C | 0 | 4E | 120 | 1C | 11 |
| Octal | 62 | 37 | 67 | 11 | 54 | 0 | 116 | 440 | 34 | 21 |
| Binary | 110010 | 11111 | 110111 | 1001 | 101100 | 0 | 1001110 | 100100000 | 11100 | 10001 |
Color Harmonies of #321F37
Complementary color
Monochromatic Colors of #321F37
Black with #321F37
Text Example
Text Example
White with #321F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F37; }
p { color: rgb(50,31,55); }
H1.HeaderClassName
{
color: #321F37;
}
.AnyTagClassName
{
color: #321F37;
}
</style>
background-color css
<style>
a { background-color: #321F37; }
a { background-color: rgb(50,31,55); }
div.DivClassName
{
background-color: #321F37;
}
.BgClassName
{
background-color: #321F37;
}
</style>
border-color css
<style>
span { border-color: #321F37; }
span { border-color: rgb(50,31,55); }
td.TdClassName
{
border-color: #321F37;
}
.TagClassName
{
border-color: #321F37;
}
</style>