Shades of Blackcurrant #312937
Tints of Blackcurrant #312937
RGB
CMYK
RGB Variations
Color information
#312937 (or 0x312937) is known color: Blackcurrant. HEX triplet: 31, 29 and 37. RGB value is (49,41,55). Sum of RGB (Red+Green+Blue) = 49+41+55=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #312937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312937 is #CED6C8. Grayscale: #2C2C2C. Windows color (decimal): -13555401 or 3615025. OLE color: 3615025.
HSL color Cylindrical-coordinate representation of color #312937: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #312937 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 41 | 55 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.78 |
| HSL | 274.29º | 0.15% | 0.19% | - |
| HSV(B) | 274.29º | 0.25% | 0.22% | - |
| XYZ | 2.75 | 2.51 | 3.95 | - |
| YUV | 44.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 55 | 0.11 | 0.25 | 0 | 0.78 | 274.29 | 0.15 | 0.19 |
| Hex | 31 | 29 | 37 | B | 19 | 0 | 4E | 112 | F | 13 |
| Octal | 61 | 51 | 67 | 13 | 31 | 0 | 116 | 422 | 17 | 23 |
| Binary | 110001 | 101001 | 110111 | 1011 | 11001 | 0 | 1001110 | 100010010 | 1111 | 10011 |
Color Harmonies of #312937
Complementary color
Monochromatic Colors of #312937
Black with #312937
Text Example
Text Example
White with #312937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312937; }
p { color: rgb(49,41,55); }
H1.HeaderClassName
{
color: #312937;
}
.AnyTagClassName
{
color: #312937;
}
</style>
background-color css
<style>
a { background-color: #312937; }
a { background-color: rgb(49,41,55); }
div.DivClassName
{
background-color: #312937;
}
.BgClassName
{
background-color: #312937;
}
</style>
border-color css
<style>
span { border-color: #312937; }
span { border-color: rgb(49,41,55); }
td.TdClassName
{
border-color: #312937;
}
.TagClassName
{
border-color: #312937;
}
</style>