Shades of Blackcurrant #312837
Tints of Blackcurrant #312837
RGB
CMYK
RGB Variations
Color information
#312837 (or 0x312837) is known color: Blackcurrant. HEX triplet: 31, 28 and 37. RGB value is (49,40,55). Sum of RGB (Red+Green+Blue) = 49+40+55=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #312837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312837 is #CED7C8. Grayscale: #2C2C2C. Windows color (decimal): -13555657 or 3614769. OLE color: 3614769.
HSL color Cylindrical-coordinate representation of color #312837: hue angle of 276º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312837 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 40 | 55 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.78 |
| HSL | 276º | 0.16% | 0.19% | - |
| HSV(B) | 276º | 0.27% | 0.22% | - |
| XYZ | 2.72 | 2.45 | 3.94 | - |
| YUV | 44.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 55 | 0.11 | 0.27 | 0 | 0.78 | 276 | 0.16 | 0.19 |
| Hex | 31 | 28 | 37 | B | 1B | 0 | 4E | 114 | 10 | 13 |
| Octal | 61 | 50 | 67 | 13 | 33 | 0 | 116 | 424 | 20 | 23 |
| Binary | 110001 | 101000 | 110111 | 1011 | 11011 | 0 | 1001110 | 100010100 | 10000 | 10011 |
Color Harmonies of #312837
Complementary color
Monochromatic Colors of #312837
Black with #312837
Text Example
Text Example
White with #312837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312837; }
p { color: rgb(49,40,55); }
H1.HeaderClassName
{
color: #312837;
}
.AnyTagClassName
{
color: #312837;
}
</style>
background-color css
<style>
a { background-color: #312837; }
a { background-color: rgb(49,40,55); }
div.DivClassName
{
background-color: #312837;
}
.BgClassName
{
background-color: #312837;
}
</style>
border-color css
<style>
span { border-color: #312837; }
span { border-color: rgb(49,40,55); }
td.TdClassName
{
border-color: #312837;
}
.TagClassName
{
border-color: #312837;
}
</style>