Shades of Blackcurrant #31243E
Tints of Blackcurrant #31243E
RGB
CMYK
RGB Variations
Color information
#31243E (or 0x31243E) is known color: Blackcurrant. HEX triplet: 31, 24 and 3E. RGB value is (49,36,62). Sum of RGB (Red+Green+Blue) = 49+36+62=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #31243E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31243E is #CEDBC1. Grayscale: #2A2A2A. Windows color (decimal): -13556674 or 4072497. OLE color: 4072497.
HSL color Cylindrical-coordinate representation of color #31243E: hue angle of 270º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31243E is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 36 | 62 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.76 |
| HSL | 270º | 0.27% | 0.19% | - |
| HSV(B) | 270º | 0.42% | 0.24% | - |
| XYZ | 2.77 | 2.26 | 4.85 | - |
| YUV | 42.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 62 | 0.21 | 0.42 | 0 | 0.76 | 270 | 0.27 | 0.19 |
| Hex | 31 | 24 | 3E | 15 | 2A | 0 | 4C | 10E | 1B | 13 |
| Octal | 61 | 44 | 76 | 25 | 52 | 0 | 114 | 416 | 33 | 23 |
| Binary | 110001 | 100100 | 111110 | 10101 | 101010 | 0 | 1001100 | 100001110 | 11011 | 10011 |
Color Harmonies of #31243E
Complementary color
Monochromatic Colors of #31243E
Black with #31243E
Text Example
Text Example
White with #31243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31243E; }
p { color: rgb(49,36,62); }
H1.HeaderClassName
{
color: #31243E;
}
.AnyTagClassName
{
color: #31243E;
}
</style>
background-color css
<style>
a { background-color: #31243E; }
a { background-color: rgb(49,36,62); }
div.DivClassName
{
background-color: #31243E;
}
.BgClassName
{
background-color: #31243E;
}
</style>
border-color css
<style>
span { border-color: #31243E; }
span { border-color: rgb(49,36,62); }
td.TdClassName
{
border-color: #31243E;
}
.TagClassName
{
border-color: #31243E;
}
</style>