Shades of Blackcurrant #312237
Tints of Blackcurrant #312237
RGB
CMYK
RGB Variations
Color information
#312237 (or 0x312237) is known color: Blackcurrant. HEX triplet: 31, 22 and 37. RGB value is (49,34,55). Sum of RGB (Red+Green+Blue) = 49+34+55=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #312237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312237 is #CEDDC8. Grayscale: #282828. Windows color (decimal): -13557193 or 3613233. OLE color: 3613233.
HSL color Cylindrical-coordinate representation of color #312237: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312237 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 34 | 55 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.78 |
| HSL | 282.86º | 0.24% | 0.17% | - |
| HSV(B) | 282.86º | 0.38% | 0.22% | - |
| XYZ | 2.53 | 2.07 | 3.88 | - |
| YUV | 40.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 55 | 0.11 | 0.38 | 0 | 0.78 | 282.86 | 0.24 | 0.17 |
| Hex | 31 | 22 | 37 | B | 26 | 0 | 4E | 11B | 18 | 11 |
| Octal | 61 | 42 | 67 | 13 | 46 | 0 | 116 | 433 | 30 | 21 |
| Binary | 110001 | 100010 | 110111 | 1011 | 100110 | 0 | 1001110 | 100011011 | 11000 | 10001 |
Color Harmonies of #312237
Complementary color
Monochromatic Colors of #312237
Black with #312237
Text Example
Text Example
White with #312237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312237; }
p { color: rgb(49,34,55); }
H1.HeaderClassName
{
color: #312237;
}
.AnyTagClassName
{
color: #312237;
}
</style>
background-color css
<style>
a { background-color: #312237; }
a { background-color: rgb(49,34,55); }
div.DivClassName
{
background-color: #312237;
}
.BgClassName
{
background-color: #312237;
}
</style>
border-color css
<style>
span { border-color: #312237; }
span { border-color: rgb(49,34,55); }
td.TdClassName
{
border-color: #312237;
}
.TagClassName
{
border-color: #312237;
}
</style>