Shades of Blackcurrant #321D37
Tints of Blackcurrant #321D37
RGB
CMYK
RGB Variations
Color information
#321D37 (or 0x321D37) is known color: Blackcurrant. HEX triplet: 32, 1D and 37. RGB value is (50,29,55). Sum of RGB (Red+Green+Blue) = 50+29+55=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #321D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D37 is #CDE2C8. Grayscale: #262626. Windows color (decimal): -13492937 or 3611954. OLE color: 3611954.
HSL color Cylindrical-coordinate representation of color #321D37: hue angle of 288.46º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #321D37 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 29 | 55 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.78 |
| HSL | 288.46º | 0.31% | 0.16% | - |
| HSV(B) | 288.46º | 0.47% | 0.22% | - |
| XYZ | 2.44 | 1.83 | 3.84 | - |
| YUV | 38.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 55 | 0.09 | 0.47 | 0 | 0.78 | 288.46 | 0.31 | 0.16 |
| Hex | 32 | 1D | 37 | 9 | 2F | 0 | 4E | 120 | 1F | 10 |
| Octal | 62 | 35 | 67 | 11 | 57 | 0 | 116 | 440 | 37 | 20 |
| Binary | 110010 | 11101 | 110111 | 1001 | 101111 | 0 | 1001110 | 100100000 | 11111 | 10000 |
Color Harmonies of #321D37
Complementary color
Monochromatic Colors of #321D37
Black with #321D37
Text Example
Text Example
White with #321D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D37; }
p { color: rgb(50,29,55); }
H1.HeaderClassName
{
color: #321D37;
}
.AnyTagClassName
{
color: #321D37;
}
</style>
background-color css
<style>
a { background-color: #321D37; }
a { background-color: rgb(50,29,55); }
div.DivClassName
{
background-color: #321D37;
}
.BgClassName
{
background-color: #321D37;
}
</style>
border-color css
<style>
span { border-color: #321D37; }
span { border-color: rgb(50,29,55); }
td.TdClassName
{
border-color: #321D37;
}
.TagClassName
{
border-color: #321D37;
}
</style>