Shades of Blackcurrant #31153F
Tints of Blackcurrant #31153F
RGB
CMYK
RGB Variations
Color information
#31153F (or 0x31153F) is known color: Blackcurrant. HEX triplet: 31, 15 and 3F. RGB value is (49,21,63). Sum of RGB (Red+Green+Blue) = 49+21+63=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #31153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31153F is #CEEAC0. Grayscale: #222222. Windows color (decimal): -13560513 or 4134193. OLE color: 4134193.
HSL color Cylindrical-coordinate representation of color #31153F: hue angle of 280º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31153F is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 21 | 63 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.75 |
| HSL | 280º | 0.5% | 0.16% | - |
| HSV(B) | 280º | 0.67% | 0.25% | - |
| XYZ | 2.43 | 1.55 | 4.87 | - |
| YUV | 34.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 63 | 0.22 | 0.67 | 0 | 0.75 | 280 | 0.5 | 0.16 |
| Hex | 31 | 15 | 3F | 16 | 43 | 0 | 4B | 118 | 32 | 10 |
| Octal | 61 | 25 | 77 | 26 | 103 | 0 | 113 | 430 | 62 | 20 |
| Binary | 110001 | 10101 | 111111 | 10110 | 1000011 | 0 | 1001011 | 100011000 | 110010 | 10000 |
Color Harmonies of #31153F
Complementary color
Monochromatic Colors of #31153F
Black with #31153F
Text Example
Text Example
White with #31153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31153F; }
p { color: rgb(49,21,63); }
H1.HeaderClassName
{
color: #31153F;
}
.AnyTagClassName
{
color: #31153F;
}
</style>
background-color css
<style>
a { background-color: #31153F; }
a { background-color: rgb(49,21,63); }
div.DivClassName
{
background-color: #31153F;
}
.BgClassName
{
background-color: #31153F;
}
</style>
border-color css
<style>
span { border-color: #31153F; }
span { border-color: rgb(49,21,63); }
td.TdClassName
{
border-color: #31153F;
}
.TagClassName
{
border-color: #31153F;
}
</style>