Shades of Blackcurrant #31153E
Tints of Blackcurrant #31153E
RGB
CMYK
RGB Variations
Color information
#31153E (or 0x31153E) is known color: Blackcurrant. HEX triplet: 31, 15 and 3E. RGB value is (49,21,62). Sum of RGB (Red+Green+Blue) = 49+21+62=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #31153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31153E is #CEEAC1. Grayscale: #212121. Windows color (decimal): -13560514 or 4068657. OLE color: 4068657.
HSL color Cylindrical-coordinate representation of color #31153E: hue angle of 280.98º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31153E is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 21 | 62 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.76 |
| HSL | 280.98º | 0.49% | 0.16% | - |
| HSV(B) | 280.98º | 0.66% | 0.24% | - |
| XYZ | 2.4 | 1.54 | 4.73 | - |
| YUV | 34.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 62 | 0.21 | 0.66 | 0 | 0.76 | 280.98 | 0.49 | 0.16 |
| Hex | 31 | 15 | 3E | 15 | 42 | 0 | 4C | 119 | 31 | 10 |
| Octal | 61 | 25 | 76 | 25 | 102 | 0 | 114 | 431 | 61 | 20 |
| Binary | 110001 | 10101 | 111110 | 10101 | 1000010 | 0 | 1001100 | 100011001 | 110001 | 10000 |
Color Harmonies of #31153E
Complementary color
Monochromatic Colors of #31153E
Black with #31153E
Text Example
Text Example
White with #31153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31153E; }
p { color: rgb(49,21,62); }
H1.HeaderClassName
{
color: #31153E;
}
.AnyTagClassName
{
color: #31153E;
}
</style>
background-color css
<style>
a { background-color: #31153E; }
a { background-color: rgb(49,21,62); }
div.DivClassName
{
background-color: #31153E;
}
.BgClassName
{
background-color: #31153E;
}
</style>
border-color css
<style>
span { border-color: #31153E; }
span { border-color: rgb(49,21,62); }
td.TdClassName
{
border-color: #31153E;
}
.TagClassName
{
border-color: #31153E;
}
</style>