Shades of Blackcurrant #311440
Tints of Blackcurrant #311440
RGB
CMYK
RGB Variations
Color information
#311440 (or 0x311440) is known color: Blackcurrant. HEX triplet: 31, 14 and 40. RGB value is (49,20,64). Sum of RGB (Red+Green+Blue) = 49+20+64=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #311440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311440 is #CEEBBF. Grayscale: #212121. Windows color (decimal): -13560768 or 4199473. OLE color: 4199473.
HSL color Cylindrical-coordinate representation of color #311440: hue angle of 279.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311440 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 20 | 64 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.75 |
| HSL | 279.55º | 0.52% | 0.16% | - |
| HSV(B) | 279.55º | 0.69% | 0.25% | - |
| XYZ | 2.44 | 1.52 | 5.02 | - |
| YUV | 33.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 64 | 0.23 | 0.69 | 0 | 0.75 | 279.55 | 0.52 | 0.16 |
| Hex | 31 | 14 | 40 | 17 | 45 | 0 | 4B | 118 | 34 | 10 |
| Octal | 61 | 24 | 100 | 27 | 105 | 0 | 113 | 430 | 64 | 20 |
| Binary | 110001 | 10100 | 1000000 | 10111 | 1000101 | 0 | 1001011 | 100011000 | 110100 | 10000 |
Color Harmonies of #311440
Complementary color
Monochromatic Colors of #311440
Black with #311440
Text Example
Text Example
White with #311440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311440; }
p { color: rgb(49,20,64); }
H1.HeaderClassName
{
color: #311440;
}
.AnyTagClassName
{
color: #311440;
}
</style>
background-color css
<style>
a { background-color: #311440; }
a { background-color: rgb(49,20,64); }
div.DivClassName
{
background-color: #311440;
}
.BgClassName
{
background-color: #311440;
}
</style>
border-color css
<style>
span { border-color: #311440; }
span { border-color: rgb(49,20,64); }
td.TdClassName
{
border-color: #311440;
}
.TagClassName
{
border-color: #311440;
}
</style>