Shades of Blackcurrant #310E4C
Tints of Blackcurrant #310E4C
RGB
CMYK
RGB Variations
Color information
#310E4C (or 0x310E4C) is known color: Blackcurrant. HEX triplet: 31, 0E and 4C. RGB value is (49,14,76). Sum of RGB (Red+Green+Blue) = 49+14+76=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #310E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E4C is #CEF1B3. Grayscale: #1F1F1F. Windows color (decimal): -13562292 or 4984369. OLE color: 4984369.
HSL color Cylindrical-coordinate representation of color #310E4C: hue angle of 273.87º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310E4C is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 14 | 76 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.70 |
| HSL | 273.87º | 0.69% | 0.18% | - |
| HSV(B) | 273.87º | 0.82% | 0.3% | - |
| XYZ | 2.73 | 1.49 | 6.98 | - |
| YUV | 31.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 76 | 0.36 | 0.82 | 0 | 0.70 | 273.87 | 0.69 | 0.18 |
| Hex | 31 | E | 4C | 24 | 52 | 0 | 46 | 112 | 45 | 12 |
| Octal | 61 | 16 | 114 | 44 | 122 | 0 | 106 | 422 | 105 | 22 |
| Binary | 110001 | 1110 | 1001100 | 100100 | 1010010 | 0 | 1000110 | 100010010 | 1000101 | 10010 |
Color Harmonies of #310E4C
Complementary color
Monochromatic Colors of #310E4C
Black with #310E4C
Text Example
Text Example
White with #310E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E4C; }
p { color: rgb(49,14,76); }
H1.HeaderClassName
{
color: #310E4C;
}
.AnyTagClassName
{
color: #310E4C;
}
</style>
background-color css
<style>
a { background-color: #310E4C; }
a { background-color: rgb(49,14,76); }
div.DivClassName
{
background-color: #310E4C;
}
.BgClassName
{
background-color: #310E4C;
}
</style>
border-color css
<style>
span { border-color: #310E4C; }
span { border-color: rgb(49,14,76); }
td.TdClassName
{
border-color: #310E4C;
}
.TagClassName
{
border-color: #310E4C;
}
</style>