Shades of Blackcurrant #311A39
Tints of Blackcurrant #311A39
RGB
CMYK
RGB Variations
Color information
#311A39 (or 0x311A39) is known color: Blackcurrant. HEX triplet: 31, 1A and 39. RGB value is (49,26,57). Sum of RGB (Red+Green+Blue) = 49+26+57=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #311A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A39 is #CEE5C6. Grayscale: #242424. Windows color (decimal): -13559239 or 3742257. OLE color: 3742257.
HSL color Cylindrical-coordinate representation of color #311A39: hue angle of 284.52º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #311A39 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 26 | 57 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.78 |
| HSL | 284.52º | 0.37% | 0.16% | - |
| HSV(B) | 284.52º | 0.54% | 0.22% | - |
| XYZ | 2.37 | 1.69 | 4.07 | - |
| YUV | 36.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 57 | 0.14 | 0.54 | 0 | 0.78 | 284.52 | 0.37 | 0.16 |
| Hex | 31 | 1A | 39 | E | 36 | 0 | 4E | 11D | 25 | 10 |
| Octal | 61 | 32 | 71 | 16 | 66 | 0 | 116 | 435 | 45 | 20 |
| Binary | 110001 | 11010 | 111001 | 1110 | 110110 | 0 | 1001110 | 100011101 | 100101 | 10000 |
Color Harmonies of #311A39
Complementary color
Monochromatic Colors of #311A39
Black with #311A39
Text Example
Text Example
White with #311A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A39; }
p { color: rgb(49,26,57); }
H1.HeaderClassName
{
color: #311A39;
}
.AnyTagClassName
{
color: #311A39;
}
</style>
background-color css
<style>
a { background-color: #311A39; }
a { background-color: rgb(49,26,57); }
div.DivClassName
{
background-color: #311A39;
}
.BgClassName
{
background-color: #311A39;
}
</style>
border-color css
<style>
span { border-color: #311A39; }
span { border-color: rgb(49,26,57); }
td.TdClassName
{
border-color: #311A39;
}
.TagClassName
{
border-color: #311A39;
}
</style>