Shades of Blackcurrant #312639
Tints of Blackcurrant #312639
RGB
CMYK
RGB Variations
Color information
#312639 (or 0x312639) is known color: Blackcurrant. HEX triplet: 31, 26 and 39. RGB value is (49,38,57). Sum of RGB (Red+Green+Blue) = 49+38+57=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #312639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312639 is #CED9C6. Grayscale: #2B2B2B. Windows color (decimal): -13556167 or 3745329. OLE color: 3745329.
HSL color Cylindrical-coordinate representation of color #312639: hue angle of 274.74º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312639 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 38 | 57 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.78 |
| HSL | 274.74º | 0.2% | 0.19% | - |
| HSV(B) | 274.74º | 0.33% | 0.22% | - |
| XYZ | 2.7 | 2.33 | 4.18 | - |
| YUV | 43.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 57 | 0.14 | 0.33 | 0 | 0.78 | 274.74 | 0.2 | 0.19 |
| Hex | 31 | 26 | 39 | E | 21 | 0 | 4E | 113 | 14 | 13 |
| Octal | 61 | 46 | 71 | 16 | 41 | 0 | 116 | 423 | 24 | 23 |
| Binary | 110001 | 100110 | 111001 | 1110 | 100001 | 0 | 1001110 | 100010011 | 10100 | 10011 |
Color Harmonies of #312639
Complementary color
Monochromatic Colors of #312639
Black with #312639
Text Example
Text Example
White with #312639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312639; }
p { color: rgb(49,38,57); }
H1.HeaderClassName
{
color: #312639;
}
.AnyTagClassName
{
color: #312639;
}
</style>
background-color css
<style>
a { background-color: #312639; }
a { background-color: rgb(49,38,57); }
div.DivClassName
{
background-color: #312639;
}
.BgClassName
{
background-color: #312639;
}
</style>
border-color css
<style>
span { border-color: #312639; }
span { border-color: rgb(49,38,57); }
td.TdClassName
{
border-color: #312639;
}
.TagClassName
{
border-color: #312639;
}
</style>