Shades of Blackcurrant #31183A
Tints of Blackcurrant #31183A
RGB
CMYK
RGB Variations
Color information
#31183A (or 0x31183A) is known color: Blackcurrant. HEX triplet: 31, 18 and 3A. RGB value is (49,24,58). Sum of RGB (Red+Green+Blue) = 49+24+58=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #31183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31183A is #CEE7C5. Grayscale: #232323. Windows color (decimal): -13559750 or 3807281. OLE color: 3807281.
HSL color Cylindrical-coordinate representation of color #31183A: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31183A is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 24 | 58 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.77 |
| HSL | 284.12º | 0.41% | 0.16% | - |
| HSV(B) | 284.12º | 0.59% | 0.23% | - |
| XYZ | 2.36 | 1.61 | 4.19 | - |
| YUV | 35.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 58 | 0.16 | 0.59 | 0 | 0.77 | 284.12 | 0.41 | 0.16 |
| Hex | 31 | 18 | 3A | 10 | 3B | 0 | 4D | 11C | 29 | 10 |
| Octal | 61 | 30 | 72 | 20 | 73 | 0 | 115 | 434 | 51 | 20 |
| Binary | 110001 | 11000 | 111010 | 10000 | 111011 | 0 | 1001101 | 100011100 | 101001 | 10000 |
Color Harmonies of #31183A
Complementary color
Monochromatic Colors of #31183A
Black with #31183A
Text Example
Text Example
White with #31183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31183A; }
p { color: rgb(49,24,58); }
H1.HeaderClassName
{
color: #31183A;
}
.AnyTagClassName
{
color: #31183A;
}
</style>
background-color css
<style>
a { background-color: #31183A; }
a { background-color: rgb(49,24,58); }
div.DivClassName
{
background-color: #31183A;
}
.BgClassName
{
background-color: #31183A;
}
</style>
border-color css
<style>
span { border-color: #31183A; }
span { border-color: rgb(49,24,58); }
td.TdClassName
{
border-color: #31183A;
}
.TagClassName
{
border-color: #31183A;
}
</style>