Shades of Blackcurrant #310047
Tints of Blackcurrant #310047
RGB
CMYK
RGB Variations
Color information
#310047 (or 0x310047) is known color: Blackcurrant. HEX triplet: 31, 00 and 47. RGB value is (49,0,71). Sum of RGB (Red+Green+Blue) = 49+0+71=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #310047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310047 is #CEFFB8. Grayscale: #161616. Windows color (decimal): -13565881 or 4653105. OLE color: 4653105.
HSL color Cylindrical-coordinate representation of color #310047: hue angle of 281.41º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310047 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 0 | 71 | - |
| CMYK | 0.31 | 1 | 0 | 0.72 |
| HSL | 281.41º | 1% | 0.14% | - |
| HSV(B) | 281.41º | 1% | 0.28% | - |
| XYZ | 2.4 | 1.11 | 6.05 | - |
| YUV | 22.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 71 | 0.31 | 1 | 0 | 0.72 | 281.41 | 1 | 0.14 |
| Hex | 31 | 0 | 47 | 1F | 64 | 0 | 48 | 119 | 64 | E |
| Octal | 61 | 0 | 107 | 37 | 144 | 0 | 110 | 431 | 144 | 16 |
| Binary | 110001 | 0 | 1000111 | 11111 | 1100100 | 0 | 1001000 | 100011001 | 1100100 | 1110 |
Color Harmonies of #310047
Complementary color
Monochromatic Colors of #310047
Black with #310047
Text Example
Text Example
White with #310047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310047; }
p { color: rgb(49,0,71); }
H1.HeaderClassName
{
color: #310047;
}
.AnyTagClassName
{
color: #310047;
}
</style>
background-color css
<style>
a { background-color: #310047; }
a { background-color: rgb(49,0,71); }
div.DivClassName
{
background-color: #310047;
}
.BgClassName
{
background-color: #310047;
}
</style>
border-color css
<style>
span { border-color: #310047; }
span { border-color: rgb(49,0,71); }
td.TdClassName
{
border-color: #310047;
}
.TagClassName
{
border-color: #310047;
}
</style>