Shades of Blackcurrant #310444
Tints of Blackcurrant #310444
RGB
CMYK
RGB Variations
Color information
#310444 (or 0x310444) is known color: Blackcurrant. HEX triplet: 31, 04 and 44. RGB value is (49,4,68). Sum of RGB (Red+Green+Blue) = 49+4+68=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #310444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310444 is #CEFBBB. Grayscale: #181818. Windows color (decimal): -13564860 or 4457521. OLE color: 4457521.
HSL color Cylindrical-coordinate representation of color #310444: hue angle of 282.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310444 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 4 | 68 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.73 |
| HSL | 282.19º | 0.89% | 0.14% | - |
| HSV(B) | 282.19º | 0.94% | 0.27% | - |
| XYZ | 2.35 | 1.16 | 5.57 | - |
| YUV | 24.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 68 | 0.28 | 0.94 | 0 | 0.73 | 282.19 | 0.89 | 0.14 |
| Hex | 31 | 4 | 44 | 1C | 5E | 0 | 49 | 11A | 59 | E |
| Octal | 61 | 4 | 104 | 34 | 136 | 0 | 111 | 432 | 131 | 16 |
| Binary | 110001 | 100 | 1000100 | 11100 | 1011110 | 0 | 1001001 | 100011010 | 1011001 | 1110 |
Color Harmonies of #310444
Complementary color
Monochromatic Colors of #310444
Black with #310444
Text Example
Text Example
White with #310444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310444; }
p { color: rgb(49,4,68); }
H1.HeaderClassName
{
color: #310444;
}
.AnyTagClassName
{
color: #310444;
}
</style>
background-color css
<style>
a { background-color: #310444; }
a { background-color: rgb(49,4,68); }
div.DivClassName
{
background-color: #310444;
}
.BgClassName
{
background-color: #310444;
}
</style>
border-color css
<style>
span { border-color: #310444; }
span { border-color: rgb(49,4,68); }
td.TdClassName
{
border-color: #310444;
}
.TagClassName
{
border-color: #310444;
}
</style>