Shades of Blackcurrant #312A34
Tints of Blackcurrant #312A34
RGB
CMYK
RGB Variations
Color information
#312A34 (or 0x312A34) is known color: Blackcurrant. HEX triplet: 31, 2A and 34. RGB value is (49,42,52). Sum of RGB (Red+Green+Blue) = 49+42+52=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #312A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A34 is #CED5CB. Grayscale: #2D2D2D. Windows color (decimal): -13555148 or 3418673. OLE color: 3418673.
HSL color Cylindrical-coordinate representation of color #312A34: hue angle of 282º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #312A34 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 42 | 52 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.80 |
| HSL | 282º | 0.11% | 0.18% | - |
| HSV(B) | 282º | 0.19% | 0.2% | - |
| XYZ | 2.71 | 2.56 | 3.6 | - |
| YUV | 45.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 52 | 0.06 | 0.19 | 0 | 0.80 | 282 | 0.11 | 0.18 |
| Hex | 31 | 2A | 34 | 6 | 13 | 0 | 50 | 11A | B | 12 |
| Octal | 61 | 52 | 64 | 6 | 23 | 0 | 120 | 432 | 13 | 22 |
| Binary | 110001 | 101010 | 110100 | 110 | 10011 | 0 | 1010000 | 100011010 | 1011 | 10010 |
Color Harmonies of #312A34
Complementary color
Monochromatic Colors of #312A34
Black with #312A34
Text Example
Text Example
White with #312A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A34; }
p { color: rgb(49,42,52); }
H1.HeaderClassName
{
color: #312A34;
}
.AnyTagClassName
{
color: #312A34;
}
</style>
background-color css
<style>
a { background-color: #312A34; }
a { background-color: rgb(49,42,52); }
div.DivClassName
{
background-color: #312A34;
}
.BgClassName
{
background-color: #312A34;
}
</style>
border-color css
<style>
span { border-color: #312A34; }
span { border-color: rgb(49,42,52); }
td.TdClassName
{
border-color: #312A34;
}
.TagClassName
{
border-color: #312A34;
}
</style>