Shades of Blackcurrant #312C35
Tints of Blackcurrant #312C35
RGB
CMYK
RGB Variations
Color information
#312C35 (or 0x312C35) is known color: Blackcurrant. HEX triplet: 31, 2C and 35. RGB value is (49,44,53). Sum of RGB (Red+Green+Blue) = 49+44+53=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #312C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C35 is #CED3CA. Grayscale: #2E2E2E. Windows color (decimal): -13554635 or 3484721. OLE color: 3484721.
HSL color Cylindrical-coordinate representation of color #312C35: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #312C35 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 44 | 53 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.79 |
| HSL | 273.33º | 0.09% | 0.19% | - |
| HSV(B) | 273.33º | 0.17% | 0.21% | - |
| XYZ | 2.81 | 2.71 | 3.74 | - |
| YUV | 46.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 53 | 0.08 | 0.17 | 0 | 0.79 | 273.33 | 0.09 | 0.19 |
| Hex | 31 | 2C | 35 | 8 | 11 | 0 | 4F | 111 | 9 | 13 |
| Octal | 61 | 54 | 65 | 10 | 21 | 0 | 117 | 421 | 11 | 23 |
| Binary | 110001 | 101100 | 110101 | 1000 | 10001 | 0 | 1001111 | 100010001 | 1001 | 10011 |
Color Harmonies of #312C35
Complementary color
Monochromatic Colors of #312C35
Black with #312C35
Text Example
Text Example
White with #312C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C35; }
p { color: rgb(49,44,53); }
H1.HeaderClassName
{
color: #312C35;
}
.AnyTagClassName
{
color: #312C35;
}
</style>
background-color css
<style>
a { background-color: #312C35; }
a { background-color: rgb(49,44,53); }
div.DivClassName
{
background-color: #312C35;
}
.BgClassName
{
background-color: #312C35;
}
</style>
border-color css
<style>
span { border-color: #312C35; }
span { border-color: rgb(49,44,53); }
td.TdClassName
{
border-color: #312C35;
}
.TagClassName
{
border-color: #312C35;
}
</style>