Shades of Blackcurrant #310C48
Tints of Blackcurrant #310C48
RGB
CMYK
RGB Variations
Color information
#310C48 (or 0x310C48) is known color: Blackcurrant. HEX triplet: 31, 0C and 48. RGB value is (49,12,72). Sum of RGB (Red+Green+Blue) = 49+12+72=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #310C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C48 is #CEF3B7. Grayscale: #1D1D1D. Windows color (decimal): -13562808 or 4721713. OLE color: 4721713.
HSL color Cylindrical-coordinate representation of color #310C48: hue angle of 277º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #310C48 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 12 | 72 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.72 |
| HSL | 277º | 0.71% | 0.16% | - |
| HSV(B) | 277º | 0.83% | 0.28% | - |
| XYZ | 2.57 | 1.38 | 6.26 | - |
| YUV | 29.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 72 | 0.32 | 0.83 | 0 | 0.72 | 277 | 0.71 | 0.16 |
| Hex | 31 | C | 48 | 20 | 53 | 0 | 48 | 115 | 47 | 10 |
| Octal | 61 | 14 | 110 | 40 | 123 | 0 | 110 | 425 | 107 | 20 |
| Binary | 110001 | 1100 | 1001000 | 100000 | 1010011 | 0 | 1001000 | 100010101 | 1000111 | 10000 |
Color Harmonies of #310C48
Complementary color
Monochromatic Colors of #310C48
Black with #310C48
Text Example
Text Example
White with #310C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C48; }
p { color: rgb(49,12,72); }
H1.HeaderClassName
{
color: #310C48;
}
.AnyTagClassName
{
color: #310C48;
}
</style>
background-color css
<style>
a { background-color: #310C48; }
a { background-color: rgb(49,12,72); }
div.DivClassName
{
background-color: #310C48;
}
.BgClassName
{
background-color: #310C48;
}
</style>
border-color css
<style>
span { border-color: #310C48; }
span { border-color: rgb(49,12,72); }
td.TdClassName
{
border-color: #310C48;
}
.TagClassName
{
border-color: #310C48;
}
</style>