Shades of Blackcurrant #310543
Tints of Blackcurrant #310543
RGB
CMYK
RGB Variations
Color information
#310543 (or 0x310543) is known color: Blackcurrant. HEX triplet: 31, 05 and 43. RGB value is (49,5,67). Sum of RGB (Red+Green+Blue) = 49+5+67=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #310543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310543 is #CEFABC. Grayscale: #191919. Windows color (decimal): -13564605 or 4392241. OLE color: 4392241.
HSL color Cylindrical-coordinate representation of color #310543: hue angle of 282.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310543 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 5 | 67 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.74 |
| HSL | 282.58º | 0.86% | 0.14% | - |
| HSV(B) | 282.58º | 0.93% | 0.26% | - |
| XYZ | 2.33 | 1.17 | 5.41 | - |
| YUV | 25.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 67 | 0.27 | 0.93 | 0 | 0.74 | 282.58 | 0.86 | 0.14 |
| Hex | 31 | 5 | 43 | 1B | 5D | 0 | 4A | 11B | 56 | E |
| Octal | 61 | 5 | 103 | 33 | 135 | 0 | 112 | 433 | 126 | 16 |
| Binary | 110001 | 101 | 1000011 | 11011 | 1011101 | 0 | 1001010 | 100011011 | 1010110 | 1110 |
Color Harmonies of #310543
Complementary color
Monochromatic Colors of #310543
Black with #310543
Text Example
Text Example
White with #310543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310543; }
p { color: rgb(49,5,67); }
H1.HeaderClassName
{
color: #310543;
}
.AnyTagClassName
{
color: #310543;
}
</style>
background-color css
<style>
a { background-color: #310543; }
a { background-color: rgb(49,5,67); }
div.DivClassName
{
background-color: #310543;
}
.BgClassName
{
background-color: #310543;
}
</style>
border-color css
<style>
span { border-color: #310543; }
span { border-color: rgb(49,5,67); }
td.TdClassName
{
border-color: #310543;
}
.TagClassName
{
border-color: #310543;
}
</style>