Shades of Blackcurrant #310E38
Tints of Blackcurrant #310E38
RGB
CMYK
RGB Variations
Color information
#310E38 (or 0x310E38) is known color: Blackcurrant. HEX triplet: 31, 0E and 38. RGB value is (49,14,56). Sum of RGB (Red+Green+Blue) = 49+14+56=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #310E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E38 is #CEF1C7. Grayscale: #1D1D1D. Windows color (decimal): -13562312 or 3673649. OLE color: 3673649.
HSL color Cylindrical-coordinate representation of color #310E38: hue angle of 290º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #310E38 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 14 | 56 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.78 |
| HSL | 290º | 0.6% | 0.14% | - |
| HSV(B) | 290º | 0.75% | 0.22% | - |
| XYZ | 2.14 | 1.25 | 3.87 | - |
| YUV | 29.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 56 | 0.12 | 0.75 | 0 | 0.78 | 290 | 0.6 | 0.14 |
| Hex | 31 | E | 38 | C | 4B | 0 | 4E | 122 | 3C | E |
| Octal | 61 | 16 | 70 | 14 | 113 | 0 | 116 | 442 | 74 | 16 |
| Binary | 110001 | 1110 | 111000 | 1100 | 1001011 | 0 | 1001110 | 100100010 | 111100 | 1110 |
Color Harmonies of #310E38
Complementary color
Monochromatic Colors of #310E38
Black with #310E38
Text Example
Text Example
White with #310E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E38; }
p { color: rgb(49,14,56); }
H1.HeaderClassName
{
color: #310E38;
}
.AnyTagClassName
{
color: #310E38;
}
</style>
background-color css
<style>
a { background-color: #310E38; }
a { background-color: rgb(49,14,56); }
div.DivClassName
{
background-color: #310E38;
}
.BgClassName
{
background-color: #310E38;
}
</style>
border-color css
<style>
span { border-color: #310E38; }
span { border-color: rgb(49,14,56); }
td.TdClassName
{
border-color: #310E38;
}
.TagClassName
{
border-color: #310E38;
}
</style>