Shades of Blackcurrant #310848
Tints of Blackcurrant #310848
RGB
CMYK
RGB Variations
Color information
#310848 (or 0x310848) is known color: Blackcurrant. HEX triplet: 31, 08 and 48. RGB value is (49,8,72). Sum of RGB (Red+Green+Blue) = 49+8+72=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #310848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310848 is #CEF7B7. Grayscale: #1B1B1B. Windows color (decimal): -13563832 or 4720689. OLE color: 4720689.
HSL color Cylindrical-coordinate representation of color #310848: hue angle of 278.44º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310848 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 8 | 72 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.72 |
| HSL | 278.44º | 0.8% | 0.16% | - |
| HSV(B) | 278.44º | 0.89% | 0.28% | - |
| XYZ | 2.52 | 1.29 | 6.25 | - |
| YUV | 27.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 72 | 0.32 | 0.89 | 0 | 0.72 | 278.44 | 0.8 | 0.16 |
| Hex | 31 | 8 | 48 | 20 | 59 | 0 | 48 | 116 | 50 | 10 |
| Octal | 61 | 10 | 110 | 40 | 131 | 0 | 110 | 426 | 120 | 20 |
| Binary | 110001 | 1000 | 1001000 | 100000 | 1011001 | 0 | 1001000 | 100010110 | 1010000 | 10000 |
Color Harmonies of #310848
Complementary color
Monochromatic Colors of #310848
Black with #310848
Text Example
Text Example
White with #310848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310848; }
p { color: rgb(49,8,72); }
H1.HeaderClassName
{
color: #310848;
}
.AnyTagClassName
{
color: #310848;
}
</style>
background-color css
<style>
a { background-color: #310848; }
a { background-color: rgb(49,8,72); }
div.DivClassName
{
background-color: #310848;
}
.BgClassName
{
background-color: #310848;
}
</style>
border-color css
<style>
span { border-color: #310848; }
span { border-color: rgb(49,8,72); }
td.TdClassName
{
border-color: #310848;
}
.TagClassName
{
border-color: #310848;
}
</style>