Shades of Blackcurrant #312936
Tints of Blackcurrant #312936
RGB
CMYK
RGB Variations
Color information
#312936 (or 0x312936) is known color: Blackcurrant. HEX triplet: 31, 29 and 36. RGB value is (49,41,54). Sum of RGB (Red+Green+Blue) = 49+41+54=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #312936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312936 is #CED6C9. Grayscale: #2C2C2C. Windows color (decimal): -13555402 or 3549489. OLE color: 3549489.
HSL color Cylindrical-coordinate representation of color #312936: hue angle of 276.92º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312936 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 41 | 54 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.79 |
| HSL | 276.92º | 0.14% | 0.19% | - |
| HSV(B) | 276.92º | 0.24% | 0.21% | - |
| XYZ | 2.73 | 2.51 | 3.83 | - |
| YUV | 44.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 54 | 0.09 | 0.24 | 0 | 0.79 | 276.92 | 0.14 | 0.19 |
| Hex | 31 | 29 | 36 | 9 | 18 | 0 | 4F | 115 | E | 13 |
| Octal | 61 | 51 | 66 | 11 | 30 | 0 | 117 | 425 | 16 | 23 |
| Binary | 110001 | 101001 | 110110 | 1001 | 11000 | 0 | 1001111 | 100010101 | 1110 | 10011 |
Color Harmonies of #312936
Complementary color
Monochromatic Colors of #312936
Black with #312936
Text Example
Text Example
White with #312936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312936; }
p { color: rgb(49,41,54); }
H1.HeaderClassName
{
color: #312936;
}
.AnyTagClassName
{
color: #312936;
}
</style>
background-color css
<style>
a { background-color: #312936; }
a { background-color: rgb(49,41,54); }
div.DivClassName
{
background-color: #312936;
}
.BgClassName
{
background-color: #312936;
}
</style>
border-color css
<style>
span { border-color: #312936; }
span { border-color: rgb(49,41,54); }
td.TdClassName
{
border-color: #312936;
}
.TagClassName
{
border-color: #312936;
}
</style>