Shades of Blackcurrant #310755
Tints of Blackcurrant #310755
RGB
CMYK
RGB Variations
Color information
#310755 (or 0x310755) is known color: Blackcurrant. HEX triplet: 31, 07 and 55. RGB value is (49,7,85). Sum of RGB (Red+Green+Blue) = 49+7+85=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #310755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310755 is #CEF8AA. Grayscale: #1C1C1C. Windows color (decimal): -13564075 or 5572401. OLE color: 5572401.
HSL color Cylindrical-coordinate representation of color #310755: hue angle of 272.31º degrees, saturation: 0.85, 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 #310755 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 7 | 85 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.67 |
| HSL | 272.31º | 0.85% | 0.18% | - |
| HSV(B) | 272.31º | 0.92% | 0.33% | - |
| XYZ | 2.98 | 1.46 | 8.72 | - |
| YUV | 28.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 85 | 0.42 | 0.92 | 0 | 0.67 | 272.31 | 0.85 | 0.18 |
| Hex | 31 | 7 | 55 | 2A | 5C | 0 | 43 | 110 | 55 | 12 |
| Octal | 61 | 7 | 125 | 52 | 134 | 0 | 103 | 420 | 125 | 22 |
| Binary | 110001 | 111 | 1010101 | 101010 | 1011100 | 0 | 1000011 | 100010000 | 1010101 | 10010 |
Color Harmonies of #310755
Complementary color
Monochromatic Colors of #310755
Black with #310755
Text Example
Text Example
White with #310755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310755; }
p { color: rgb(49,7,85); }
H1.HeaderClassName
{
color: #310755;
}
.AnyTagClassName
{
color: #310755;
}
</style>
background-color css
<style>
a { background-color: #310755; }
a { background-color: rgb(49,7,85); }
div.DivClassName
{
background-color: #310755;
}
.BgClassName
{
background-color: #310755;
}
</style>
border-color css
<style>
span { border-color: #310755; }
span { border-color: rgb(49,7,85); }
td.TdClassName
{
border-color: #310755;
}
.TagClassName
{
border-color: #310755;
}
</style>