Shades of Blackcurrant #311544
Tints of Blackcurrant #311544
RGB
CMYK
RGB Variations
Color information
#311544 (or 0x311544) is known color: Blackcurrant. HEX triplet: 31, 15 and 44. RGB value is (49,21,68). Sum of RGB (Red+Green+Blue) = 49+21+68=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #311544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311544 is #CEEABB. Grayscale: #222222. Windows color (decimal): -13560508 or 4461873. OLE color: 4461873.
HSL color Cylindrical-coordinate representation of color #311544: hue angle of 275.74º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311544 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 21 | 68 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.73 |
| HSL | 275.74º | 0.53% | 0.17% | - |
| HSV(B) | 275.74º | 0.69% | 0.27% | - |
| XYZ | 2.58 | 1.61 | 5.64 | - |
| YUV | 34.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 68 | 0.28 | 0.69 | 0 | 0.73 | 275.74 | 0.53 | 0.17 |
| Hex | 31 | 15 | 44 | 1C | 45 | 0 | 49 | 114 | 35 | 11 |
| Octal | 61 | 25 | 104 | 34 | 105 | 0 | 111 | 424 | 65 | 21 |
| Binary | 110001 | 10101 | 1000100 | 11100 | 1000101 | 0 | 1001001 | 100010100 | 110101 | 10001 |
Color Harmonies of #311544
Complementary color
Monochromatic Colors of #311544
Black with #311544
Text Example
Text Example
White with #311544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311544; }
p { color: rgb(49,21,68); }
H1.HeaderClassName
{
color: #311544;
}
.AnyTagClassName
{
color: #311544;
}
</style>
background-color css
<style>
a { background-color: #311544; }
a { background-color: rgb(49,21,68); }
div.DivClassName
{
background-color: #311544;
}
.BgClassName
{
background-color: #311544;
}
</style>
border-color css
<style>
span { border-color: #311544; }
span { border-color: rgb(49,21,68); }
td.TdClassName
{
border-color: #311544;
}
.TagClassName
{
border-color: #311544;
}
</style>