Shades of Blackcurrant #310A48
Tints of Blackcurrant #310A48
RGB
CMYK
RGB Variations
Color information
#310A48 (or 0x310A48) is known color: Blackcurrant. HEX triplet: 31, 0A and 48. RGB value is (49,10,72). Sum of RGB (Red+Green+Blue) = 49+10+72=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #310A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A48 is #CEF5B7. Grayscale: #1C1C1C. Windows color (decimal): -13563320 or 4721201. OLE color: 4721201.
HSL color Cylindrical-coordinate representation of color #310A48: hue angle of 277.74º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310A48 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 10 | 72 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.72 |
| HSL | 277.74º | 0.76% | 0.16% | - |
| HSV(B) | 277.74º | 0.86% | 0.28% | - |
| XYZ | 2.54 | 1.34 | 6.26 | - |
| YUV | 28.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 72 | 0.32 | 0.86 | 0 | 0.72 | 277.74 | 0.76 | 0.16 |
| Hex | 31 | A | 48 | 20 | 56 | 0 | 48 | 116 | 4C | 10 |
| Octal | 61 | 12 | 110 | 40 | 126 | 0 | 110 | 426 | 114 | 20 |
| Binary | 110001 | 1010 | 1001000 | 100000 | 1010110 | 0 | 1001000 | 100010110 | 1001100 | 10000 |
Color Harmonies of #310A48
Complementary color
Monochromatic Colors of #310A48
Black with #310A48
Text Example
Text Example
White with #310A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A48; }
p { color: rgb(49,10,72); }
H1.HeaderClassName
{
color: #310A48;
}
.AnyTagClassName
{
color: #310A48;
}
</style>
background-color css
<style>
a { background-color: #310A48; }
a { background-color: rgb(49,10,72); }
div.DivClassName
{
background-color: #310A48;
}
.BgClassName
{
background-color: #310A48;
}
</style>
border-color css
<style>
span { border-color: #310A48; }
span { border-color: rgb(49,10,72); }
td.TdClassName
{
border-color: #310A48;
}
.TagClassName
{
border-color: #310A48;
}
</style>