Shades of Blackcurrant #311E38
Tints of Blackcurrant #311E38
RGB
CMYK
RGB Variations
Color information
#311E38 (or 0x311E38) is known color: Blackcurrant. HEX triplet: 31, 1E and 38. RGB value is (49,30,56). Sum of RGB (Red+Green+Blue) = 49+30+56=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #311E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E38 is #CEE1C7. Grayscale: #262626. Windows color (decimal): -13558216 or 3677745. OLE color: 3677745.
HSL color Cylindrical-coordinate representation of color #311E38: hue angle of 283.85º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #311E38 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 30 | 56 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.78 |
| HSL | 283.85º | 0.3% | 0.17% | - |
| HSV(B) | 283.85º | 0.46% | 0.22% | - |
| XYZ | 2.44 | 1.87 | 3.97 | - |
| YUV | 38.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 56 | 0.12 | 0.46 | 0 | 0.78 | 283.85 | 0.3 | 0.17 |
| Hex | 31 | 1E | 38 | C | 2E | 0 | 4E | 11C | 1E | 11 |
| Octal | 61 | 36 | 70 | 14 | 56 | 0 | 116 | 434 | 36 | 21 |
| Binary | 110001 | 11110 | 111000 | 1100 | 101110 | 0 | 1001110 | 100011100 | 11110 | 10001 |
Color Harmonies of #311E38
Complementary color
Monochromatic Colors of #311E38
Black with #311E38
Text Example
Text Example
White with #311E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E38; }
p { color: rgb(49,30,56); }
H1.HeaderClassName
{
color: #311E38;
}
.AnyTagClassName
{
color: #311E38;
}
</style>
background-color css
<style>
a { background-color: #311E38; }
a { background-color: rgb(49,30,56); }
div.DivClassName
{
background-color: #311E38;
}
.BgClassName
{
background-color: #311E38;
}
</style>
border-color css
<style>
span { border-color: #311E38; }
span { border-color: rgb(49,30,56); }
td.TdClassName
{
border-color: #311E38;
}
.TagClassName
{
border-color: #311E38;
}
</style>