Shades of Blackcurrant #312934
Tints of Blackcurrant #312934
RGB
CMYK
RGB Variations
Color information
#312934 (or 0x312934) is known color: Blackcurrant. HEX triplet: 31, 29 and 34. RGB value is (49,41,52). Sum of RGB (Red+Green+Blue) = 49+41+52=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #312934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312934 is #CED6CB. Grayscale: #2C2C2C. Windows color (decimal): -13555404 or 3418417. OLE color: 3418417.
HSL color Cylindrical-coordinate representation of color #312934: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #312934 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 41 | 52 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.80 |
| HSL | 283.64º | 0.12% | 0.18% | - |
| HSV(B) | 283.64º | 0.21% | 0.2% | - |
| XYZ | 2.68 | 2.49 | 3.59 | - |
| YUV | 44.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 52 | 0.06 | 0.21 | 0 | 0.80 | 283.64 | 0.12 | 0.18 |
| Hex | 31 | 29 | 34 | 6 | 15 | 0 | 50 | 11C | C | 12 |
| Octal | 61 | 51 | 64 | 6 | 25 | 0 | 120 | 434 | 14 | 22 |
| Binary | 110001 | 101001 | 110100 | 110 | 10101 | 0 | 1010000 | 100011100 | 1100 | 10010 |
Color Harmonies of #312934
Complementary color
Monochromatic Colors of #312934
Black with #312934
Text Example
Text Example
White with #312934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312934; }
p { color: rgb(49,41,52); }
H1.HeaderClassName
{
color: #312934;
}
.AnyTagClassName
{
color: #312934;
}
</style>
background-color css
<style>
a { background-color: #312934; }
a { background-color: rgb(49,41,52); }
div.DivClassName
{
background-color: #312934;
}
.BgClassName
{
background-color: #312934;
}
</style>
border-color css
<style>
span { border-color: #312934; }
span { border-color: rgb(49,41,52); }
td.TdClassName
{
border-color: #312934;
}
.TagClassName
{
border-color: #312934;
}
</style>