Shades of Blackcurrant #311A37
Tints of Blackcurrant #311A37
RGB
CMYK
RGB Variations
Color information
#311A37 (or 0x311A37) is known color: Blackcurrant. HEX triplet: 31, 1A and 37. RGB value is (49,26,55). Sum of RGB (Red+Green+Blue) = 49+26+55=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #311A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A37 is #CEE5C8. Grayscale: #242424. Windows color (decimal): -13559241 or 3611185. OLE color: 3611185.
HSL color Cylindrical-coordinate representation of color #311A37: hue angle of 287.59º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311A37 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 26 | 55 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.78 |
| HSL | 287.59º | 0.36% | 0.16% | - |
| HSV(B) | 287.59º | 0.53% | 0.22% | - |
| XYZ | 2.33 | 1.67 | 3.81 | - |
| YUV | 36.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 55 | 0.11 | 0.53 | 0 | 0.78 | 287.59 | 0.36 | 0.16 |
| Hex | 31 | 1A | 37 | B | 35 | 0 | 4E | 120 | 24 | 10 |
| Octal | 61 | 32 | 67 | 13 | 65 | 0 | 116 | 440 | 44 | 20 |
| Binary | 110001 | 11010 | 110111 | 1011 | 110101 | 0 | 1001110 | 100100000 | 100100 | 10000 |
Color Harmonies of #311A37
Complementary color
Monochromatic Colors of #311A37
Black with #311A37
Text Example
Text Example
White with #311A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A37; }
p { color: rgb(49,26,55); }
H1.HeaderClassName
{
color: #311A37;
}
.AnyTagClassName
{
color: #311A37;
}
</style>
background-color css
<style>
a { background-color: #311A37; }
a { background-color: rgb(49,26,55); }
div.DivClassName
{
background-color: #311A37;
}
.BgClassName
{
background-color: #311A37;
}
</style>
border-color css
<style>
span { border-color: #311A37; }
span { border-color: rgb(49,26,55); }
td.TdClassName
{
border-color: #311A37;
}
.TagClassName
{
border-color: #311A37;
}
</style>