Shades of Blackcurrant #310144
Tints of Blackcurrant #310144
RGB
CMYK
RGB Variations
Color information
#310144 (or 0x310144) is known color: Blackcurrant. HEX triplet: 31, 01 and 44. RGB value is (49,1,68). Sum of RGB (Red+Green+Blue) = 49+1+68=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #310144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310144 is #CEFEBB. Grayscale: #161616. Windows color (decimal): -13565628 or 4456753. OLE color: 4456753.
HSL color Cylindrical-coordinate representation of color #310144: hue angle of 282.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310144 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 1 | 68 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.73 |
| HSL | 282.99º | 0.97% | 0.14% | - |
| HSV(B) | 282.99º | 0.99% | 0.27% | - |
| XYZ | 2.32 | 1.09 | 5.56 | - |
| YUV | 22.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 68 | 0.28 | 0.99 | 0 | 0.73 | 282.99 | 0.97 | 0.14 |
| Hex | 31 | 1 | 44 | 1C | 63 | 0 | 49 | 11B | 61 | E |
| Octal | 61 | 1 | 104 | 34 | 143 | 0 | 111 | 433 | 141 | 16 |
| Binary | 110001 | 1 | 1000100 | 11100 | 1100011 | 0 | 1001001 | 100011011 | 1100001 | 1110 |
Color Harmonies of #310144
Complementary color
Monochromatic Colors of #310144
Black with #310144
Text Example
Text Example
White with #310144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310144; }
p { color: rgb(49,1,68); }
H1.HeaderClassName
{
color: #310144;
}
.AnyTagClassName
{
color: #310144;
}
</style>
background-color css
<style>
a { background-color: #310144; }
a { background-color: rgb(49,1,68); }
div.DivClassName
{
background-color: #310144;
}
.BgClassName
{
background-color: #310144;
}
</style>
border-color css
<style>
span { border-color: #310144; }
span { border-color: rgb(49,1,68); }
td.TdClassName
{
border-color: #310144;
}
.TagClassName
{
border-color: #310144;
}
</style>