Shades of Blackcurrant #31103E
Tints of Blackcurrant #31103E
RGB
CMYK
RGB Variations
Color information
#31103E (or 0x31103E) is known color: Blackcurrant. HEX triplet: 31, 10 and 3E. RGB value is (49,16,62). Sum of RGB (Red+Green+Blue) = 49+16+62=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #31103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31103E is #CEEFC1. Grayscale: #1E1E1E. Windows color (decimal): -13561794 or 4067377. OLE color: 4067377.
HSL color Cylindrical-coordinate representation of color #31103E: hue angle of 283.04º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31103E is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 16 | 62 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.76 |
| HSL | 283.04º | 0.59% | 0.15% | - |
| HSV(B) | 283.04º | 0.74% | 0.24% | - |
| XYZ | 2.32 | 1.37 | 4.7 | - |
| YUV | 31.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 62 | 0.21 | 0.74 | 0 | 0.76 | 283.04 | 0.59 | 0.15 |
| Hex | 31 | 10 | 3E | 15 | 4A | 0 | 4C | 11B | 3B | F |
| Octal | 61 | 20 | 76 | 25 | 112 | 0 | 114 | 433 | 73 | 17 |
| Binary | 110001 | 10000 | 111110 | 10101 | 1001010 | 0 | 1001100 | 100011011 | 111011 | 1111 |
Color Harmonies of #31103E
Complementary color
Monochromatic Colors of #31103E
Black with #31103E
Text Example
Text Example
White with #31103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31103E; }
p { color: rgb(49,16,62); }
H1.HeaderClassName
{
color: #31103E;
}
.AnyTagClassName
{
color: #31103E;
}
</style>
background-color css
<style>
a { background-color: #31103E; }
a { background-color: rgb(49,16,62); }
div.DivClassName
{
background-color: #31103E;
}
.BgClassName
{
background-color: #31103E;
}
</style>
border-color css
<style>
span { border-color: #31103E; }
span { border-color: rgb(49,16,62); }
td.TdClassName
{
border-color: #31103E;
}
.TagClassName
{
border-color: #31103E;
}
</style>