Shades of Blackcurrant #31113F
Tints of Blackcurrant #31113F
RGB
CMYK
RGB Variations
Color information
#31113F (or 0x31113F) is known color: Blackcurrant. HEX triplet: 31, 11 and 3F. RGB value is (49,17,63). Sum of RGB (Red+Green+Blue) = 49+17+63=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #31113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31113F is #CEEEC0. Grayscale: #1F1F1F. Windows color (decimal): -13561537 or 4133169. OLE color: 4133169.
HSL color Cylindrical-coordinate representation of color #31113F: hue angle of 281.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31113F is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 17 | 63 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.75 |
| HSL | 281.74º | 0.58% | 0.16% | - |
| HSV(B) | 281.74º | 0.73% | 0.25% | - |
| XYZ | 2.36 | 1.41 | 4.85 | - |
| YUV | 31.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 63 | 0.22 | 0.73 | 0 | 0.75 | 281.74 | 0.58 | 0.16 |
| Hex | 31 | 11 | 3F | 16 | 49 | 0 | 4B | 11A | 3A | 10 |
| Octal | 61 | 21 | 77 | 26 | 111 | 0 | 113 | 432 | 72 | 20 |
| Binary | 110001 | 10001 | 111111 | 10110 | 1001001 | 0 | 1001011 | 100011010 | 111010 | 10000 |
Color Harmonies of #31113F
Complementary color
Monochromatic Colors of #31113F
Black with #31113F
Text Example
Text Example
White with #31113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31113F; }
p { color: rgb(49,17,63); }
H1.HeaderClassName
{
color: #31113F;
}
.AnyTagClassName
{
color: #31113F;
}
</style>
background-color css
<style>
a { background-color: #31113F; }
a { background-color: rgb(49,17,63); }
div.DivClassName
{
background-color: #31113F;
}
.BgClassName
{
background-color: #31113F;
}
</style>
border-color css
<style>
span { border-color: #31113F; }
span { border-color: rgb(49,17,63); }
td.TdClassName
{
border-color: #31113F;
}
.TagClassName
{
border-color: #31113F;
}
</style>