Shades of Blackcurrant #310443
Tints of Blackcurrant #310443
RGB
CMYK
RGB Variations
Color information
#310443 (or 0x310443) is known color: Blackcurrant. HEX triplet: 31, 04 and 43. RGB value is (49,4,67). Sum of RGB (Red+Green+Blue) = 49+4+67=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #310443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310443 is #CEFBBC. Grayscale: #181818. Windows color (decimal): -13564861 or 4391985. OLE color: 4391985.
HSL color Cylindrical-coordinate representation of color #310443: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310443 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 4 | 67 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.74 |
| HSL | 282.86º | 0.89% | 0.14% | - |
| HSV(B) | 282.86º | 0.94% | 0.26% | - |
| XYZ | 2.32 | 1.15 | 5.41 | - |
| YUV | 24.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 67 | 0.27 | 0.94 | 0 | 0.74 | 282.86 | 0.89 | 0.14 |
| Hex | 31 | 4 | 43 | 1B | 5E | 0 | 4A | 11B | 59 | E |
| Octal | 61 | 4 | 103 | 33 | 136 | 0 | 112 | 433 | 131 | 16 |
| Binary | 110001 | 100 | 1000011 | 11011 | 1011110 | 0 | 1001010 | 100011011 | 1011001 | 1110 |
Color Harmonies of #310443
Complementary color
Monochromatic Colors of #310443
Black with #310443
Text Example
Text Example
White with #310443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310443; }
p { color: rgb(49,4,67); }
H1.HeaderClassName
{
color: #310443;
}
.AnyTagClassName
{
color: #310443;
}
</style>
background-color css
<style>
a { background-color: #310443; }
a { background-color: rgb(49,4,67); }
div.DivClassName
{
background-color: #310443;
}
.BgClassName
{
background-color: #310443;
}
</style>
border-color css
<style>
span { border-color: #310443; }
span { border-color: rgb(49,4,67); }
td.TdClassName
{
border-color: #310443;
}
.TagClassName
{
border-color: #310443;
}
</style>