Shades of Blackcurrant #312B35
Tints of Blackcurrant #312B35
RGB
CMYK
RGB Variations
Color information
#312B35 (or 0x312B35) is known color: Blackcurrant. HEX triplet: 31, 2B and 35. RGB value is (49,43,53). Sum of RGB (Red+Green+Blue) = 49+43+53=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #312B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B35 is #CED4CA. Grayscale: #2D2D2D. Windows color (decimal): -13554891 or 3484465. OLE color: 3484465.
HSL color Cylindrical-coordinate representation of color #312B35: hue angle of 276º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #312B35 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 43 | 53 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.79 |
| HSL | 276º | 0.1% | 0.19% | - |
| HSV(B) | 276º | 0.19% | 0.21% | - |
| XYZ | 2.77 | 2.64 | 3.73 | - |
| YUV | 45.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 53 | 0.08 | 0.19 | 0 | 0.79 | 276 | 0.1 | 0.19 |
| Hex | 31 | 2B | 35 | 8 | 13 | 0 | 4F | 114 | A | 13 |
| Octal | 61 | 53 | 65 | 10 | 23 | 0 | 117 | 424 | 12 | 23 |
| Binary | 110001 | 101011 | 110101 | 1000 | 10011 | 0 | 1001111 | 100010100 | 1010 | 10011 |
Color Harmonies of #312B35
Complementary color
Monochromatic Colors of #312B35
Black with #312B35
Text Example
Text Example
White with #312B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B35; }
p { color: rgb(49,43,53); }
H1.HeaderClassName
{
color: #312B35;
}
.AnyTagClassName
{
color: #312B35;
}
</style>
background-color css
<style>
a { background-color: #312B35; }
a { background-color: rgb(49,43,53); }
div.DivClassName
{
background-color: #312B35;
}
.BgClassName
{
background-color: #312B35;
}
</style>
border-color css
<style>
span { border-color: #312B35; }
span { border-color: rgb(49,43,53); }
td.TdClassName
{
border-color: #312B35;
}
.TagClassName
{
border-color: #312B35;
}
</style>