Shades of Blackcurrant #310B3E
Tints of Blackcurrant #310B3E
RGB
CMYK
RGB Variations
Color information
#310B3E (or 0x310B3E) is known color: Blackcurrant. HEX triplet: 31, 0B and 3E. RGB value is (49,11,62). Sum of RGB (Red+Green+Blue) = 49+11+62=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #310B3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B3E is #CEF4C1. Grayscale: #1C1C1C. Windows color (decimal): -13563074 or 4066097. OLE color: 4066097.
HSL color Cylindrical-coordinate representation of color #310B3E: hue angle of 284.71º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310B3E is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 11 | 62 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.76 |
| HSL | 284.71º | 0.7% | 0.14% | - |
| HSV(B) | 284.71º | 0.82% | 0.24% | - |
| XYZ | 2.26 | 1.24 | 4.68 | - |
| YUV | 28.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 62 | 0.21 | 0.82 | 0 | 0.76 | 284.71 | 0.7 | 0.14 |
| Hex | 31 | B | 3E | 15 | 52 | 0 | 4C | 11D | 46 | E |
| Octal | 61 | 13 | 76 | 25 | 122 | 0 | 114 | 435 | 106 | 16 |
| Binary | 110001 | 1011 | 111110 | 10101 | 1010010 | 0 | 1001100 | 100011101 | 1000110 | 1110 |
Color Harmonies of #310B3E
Complementary color
Monochromatic Colors of #310B3E
Black with #310B3E
Text Example
Text Example
White with #310B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B3E; }
p { color: rgb(49,11,62); }
H1.HeaderClassName
{
color: #310B3E;
}
.AnyTagClassName
{
color: #310B3E;
}
</style>
background-color css
<style>
a { background-color: #310B3E; }
a { background-color: rgb(49,11,62); }
div.DivClassName
{
background-color: #310B3E;
}
.BgClassName
{
background-color: #310B3E;
}
</style>
border-color css
<style>
span { border-color: #310B3E; }
span { border-color: rgb(49,11,62); }
td.TdClassName
{
border-color: #310B3E;
}
.TagClassName
{
border-color: #310B3E;
}
</style>