Shades of Blackcurrant #31123E
Tints of Blackcurrant #31123E
RGB
CMYK
RGB Variations
Color information
#31123E (or 0x31123E) is known color: Blackcurrant. HEX triplet: 31, 12 and 3E. RGB value is (49,18,62). Sum of RGB (Red+Green+Blue) = 49+18+62=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #31123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31123E is #CEEDC1. Grayscale: #202020. Windows color (decimal): -13561282 or 4067889. OLE color: 4067889.
HSL color Cylindrical-coordinate representation of color #31123E: hue angle of 282.27º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31123E is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 18 | 62 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.76 |
| HSL | 282.27º | 0.55% | 0.16% | - |
| HSV(B) | 282.27º | 0.71% | 0.24% | - |
| XYZ | 2.35 | 1.43 | 4.71 | - |
| YUV | 32.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 62 | 0.21 | 0.71 | 0 | 0.76 | 282.27 | 0.55 | 0.16 |
| Hex | 31 | 12 | 3E | 15 | 47 | 0 | 4C | 11A | 37 | 10 |
| Octal | 61 | 22 | 76 | 25 | 107 | 0 | 114 | 432 | 67 | 20 |
| Binary | 110001 | 10010 | 111110 | 10101 | 1000111 | 0 | 1001100 | 100011010 | 110111 | 10000 |
Color Harmonies of #31123E
Complementary color
Monochromatic Colors of #31123E
Black with #31123E
Text Example
Text Example
White with #31123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31123E; }
p { color: rgb(49,18,62); }
H1.HeaderClassName
{
color: #31123E;
}
.AnyTagClassName
{
color: #31123E;
}
</style>
background-color css
<style>
a { background-color: #31123E; }
a { background-color: rgb(49,18,62); }
div.DivClassName
{
background-color: #31123E;
}
.BgClassName
{
background-color: #31123E;
}
</style>
border-color css
<style>
span { border-color: #31123E; }
span { border-color: rgb(49,18,62); }
td.TdClassName
{
border-color: #31123E;
}
.TagClassName
{
border-color: #31123E;
}
</style>