Shades of Blackcurrant #310337
Tints of Blackcurrant #310337
RGB
CMYK
RGB Variations
Color information
#310337 (or 0x310337) is known color: Blackcurrant. HEX triplet: 31, 03 and 37. RGB value is (49,3,55). Sum of RGB (Red+Green+Blue) = 49+3+55=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #310337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310337 is #CEFCC8. Grayscale: #161616. Windows color (decimal): -13565129 or 3605297. OLE color: 3605297.
HSL color Cylindrical-coordinate representation of color #310337: hue angle of 293.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310337 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 3 | 55 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.78 |
| HSL | 293.08º | 0.9% | 0.11% | - |
| HSV(B) | 293.08º | 0.95% | 0.22% | - |
| XYZ | 1.99 | 0.99 | 3.7 | - |
| YUV | 22.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 55 | 0.11 | 0.95 | 0 | 0.78 | 293.08 | 0.9 | 0.11 |
| Hex | 31 | 3 | 37 | B | 5F | 0 | 4E | 125 | 5A | B |
| Octal | 61 | 3 | 67 | 13 | 137 | 0 | 116 | 445 | 132 | 13 |
| Binary | 110001 | 11 | 110111 | 1011 | 1011111 | 0 | 1001110 | 100100101 | 1011010 | 1011 |
Color Harmonies of #310337
Complementary color
Monochromatic Colors of #310337
Black with #310337
Text Example
Text Example
White with #310337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310337; }
p { color: rgb(49,3,55); }
H1.HeaderClassName
{
color: #310337;
}
.AnyTagClassName
{
color: #310337;
}
</style>
background-color css
<style>
a { background-color: #310337; }
a { background-color: rgb(49,3,55); }
div.DivClassName
{
background-color: #310337;
}
.BgClassName
{
background-color: #310337;
}
</style>
border-color css
<style>
span { border-color: #310337; }
span { border-color: rgb(49,3,55); }
td.TdClassName
{
border-color: #310337;
}
.TagClassName
{
border-color: #310337;
}
</style>