Shades of Blackcurrant #310753
Tints of Blackcurrant #310753
RGB
CMYK
RGB Variations
Color information
#310753 (or 0x310753) is known color: Blackcurrant. HEX triplet: 31, 07 and 53. RGB value is (49,7,83). Sum of RGB (Red+Green+Blue) = 49+7+83=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #310753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310753 is #CEF8AC. Grayscale: #1B1B1B. Windows color (decimal): -13564077 or 5441329. OLE color: 5441329.
HSL color Cylindrical-coordinate representation of color #310753: hue angle of 273.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310753 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 7 | 83 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.67 |
| HSL | 273.16º | 0.84% | 0.18% | - |
| HSV(B) | 273.16º | 0.92% | 0.33% | - |
| XYZ | 2.9 | 1.43 | 8.31 | - |
| YUV | 28.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 83 | 0.41 | 0.92 | 0 | 0.67 | 273.16 | 0.84 | 0.18 |
| Hex | 31 | 7 | 53 | 29 | 5C | 0 | 43 | 111 | 54 | 12 |
| Octal | 61 | 7 | 123 | 51 | 134 | 0 | 103 | 421 | 124 | 22 |
| Binary | 110001 | 111 | 1010011 | 101001 | 1011100 | 0 | 1000011 | 100010001 | 1010100 | 10010 |
Color Harmonies of #310753
Complementary color
Monochromatic Colors of #310753
Black with #310753
Text Example
Text Example
White with #310753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310753; }
p { color: rgb(49,7,83); }
H1.HeaderClassName
{
color: #310753;
}
.AnyTagClassName
{
color: #310753;
}
</style>
background-color css
<style>
a { background-color: #310753; }
a { background-color: rgb(49,7,83); }
div.DivClassName
{
background-color: #310753;
}
.BgClassName
{
background-color: #310753;
}
</style>
border-color css
<style>
span { border-color: #310753; }
span { border-color: rgb(49,7,83); }
td.TdClassName
{
border-color: #310753;
}
.TagClassName
{
border-color: #310753;
}
</style>