Shades of Blackcurrant #311A40
Tints of Blackcurrant #311A40
RGB
CMYK
RGB Variations
Color information
#311A40 (or 0x311A40) is known color: Blackcurrant. HEX triplet: 31, 1A and 40. RGB value is (49,26,64). Sum of RGB (Red+Green+Blue) = 49+26+64=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #311A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A40 is #CEE5BF. Grayscale: #252525. Windows color (decimal): -13559232 or 4201009. OLE color: 4201009.
HSL color Cylindrical-coordinate representation of color #311A40: hue angle of 276.32º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311A40 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 26 | 64 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.75 |
| HSL | 276.32º | 0.42% | 0.18% | - |
| HSV(B) | 276.32º | 0.59% | 0.25% | - |
| XYZ | 2.56 | 1.76 | 5.06 | - |
| YUV | 37.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 64 | 0.23 | 0.59 | 0 | 0.75 | 276.32 | 0.42 | 0.18 |
| Hex | 31 | 1A | 40 | 17 | 3B | 0 | 4B | 114 | 2A | 12 |
| Octal | 61 | 32 | 100 | 27 | 73 | 0 | 113 | 424 | 52 | 22 |
| Binary | 110001 | 11010 | 1000000 | 10111 | 111011 | 0 | 1001011 | 100010100 | 101010 | 10010 |
Color Harmonies of #311A40
Complementary color
Monochromatic Colors of #311A40
Black with #311A40
Text Example
Text Example
White with #311A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A40; }
p { color: rgb(49,26,64); }
H1.HeaderClassName
{
color: #311A40;
}
.AnyTagClassName
{
color: #311A40;
}
</style>
background-color css
<style>
a { background-color: #311A40; }
a { background-color: rgb(49,26,64); }
div.DivClassName
{
background-color: #311A40;
}
.BgClassName
{
background-color: #311A40;
}
</style>
border-color css
<style>
span { border-color: #311A40; }
span { border-color: rgb(49,26,64); }
td.TdClassName
{
border-color: #311A40;
}
.TagClassName
{
border-color: #311A40;
}
</style>