Shades of Blackcurrant #31183E
Tints of Blackcurrant #31183E
RGB
CMYK
RGB Variations
Color information
#31183E (or 0x31183E) is known color: Blackcurrant. HEX triplet: 31, 18 and 3E. RGB value is (49,24,62). Sum of RGB (Red+Green+Blue) = 49+24+62=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #31183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31183E is #CEE7C1. Grayscale: #232323. Windows color (decimal): -13559746 or 4069425. OLE color: 4069425.
HSL color Cylindrical-coordinate representation of color #31183E: hue angle of 279.47º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31183E is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 24 | 62 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.76 |
| HSL | 279.47º | 0.44% | 0.17% | - |
| HSV(B) | 279.47º | 0.61% | 0.24% | - |
| XYZ | 2.46 | 1.65 | 4.75 | - |
| YUV | 35.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 62 | 0.21 | 0.61 | 0 | 0.76 | 279.47 | 0.44 | 0.17 |
| Hex | 31 | 18 | 3E | 15 | 3D | 0 | 4C | 117 | 2C | 11 |
| Octal | 61 | 30 | 76 | 25 | 75 | 0 | 114 | 427 | 54 | 21 |
| Binary | 110001 | 11000 | 111110 | 10101 | 111101 | 0 | 1001100 | 100010111 | 101100 | 10001 |
Color Harmonies of #31183E
Complementary color
Monochromatic Colors of #31183E
Black with #31183E
Text Example
Text Example
White with #31183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31183E; }
p { color: rgb(49,24,62); }
H1.HeaderClassName
{
color: #31183E;
}
.AnyTagClassName
{
color: #31183E;
}
</style>
background-color css
<style>
a { background-color: #31183E; }
a { background-color: rgb(49,24,62); }
div.DivClassName
{
background-color: #31183E;
}
.BgClassName
{
background-color: #31183E;
}
</style>
border-color css
<style>
span { border-color: #31183E; }
span { border-color: rgb(49,24,62); }
td.TdClassName
{
border-color: #31183E;
}
.TagClassName
{
border-color: #31183E;
}
</style>