Shades of Blackcurrant #310854
Tints of Blackcurrant #310854
RGB
CMYK
RGB Variations
Color information
#310854 (or 0x310854) is known color: Blackcurrant. HEX triplet: 31, 08 and 54. RGB value is (49,8,84). Sum of RGB (Red+Green+Blue) = 49+8+84=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #310854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310854 is #CEF7AB. Grayscale: #1C1C1C. Windows color (decimal): -13563820 or 5507121. OLE color: 5507121.
HSL color Cylindrical-coordinate representation of color #310854: hue angle of 272.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310854 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 8 | 84 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.67 |
| HSL | 272.37º | 0.83% | 0.18% | - |
| HSV(B) | 272.37º | 0.9% | 0.33% | - |
| XYZ | 2.95 | 1.47 | 8.51 | - |
| YUV | 28.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 84 | 0.42 | 0.90 | 0 | 0.67 | 272.37 | 0.83 | 0.18 |
| Hex | 31 | 8 | 54 | 2A | 5A | 0 | 43 | 110 | 53 | 12 |
| Octal | 61 | 10 | 124 | 52 | 132 | 0 | 103 | 420 | 123 | 22 |
| Binary | 110001 | 1000 | 1010100 | 101010 | 1011010 | 0 | 1000011 | 100010000 | 1010011 | 10010 |
Color Harmonies of #310854
Complementary color
Monochromatic Colors of #310854
Black with #310854
Text Example
Text Example
White with #310854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310854; }
p { color: rgb(49,8,84); }
H1.HeaderClassName
{
color: #310854;
}
.AnyTagClassName
{
color: #310854;
}
</style>
background-color css
<style>
a { background-color: #310854; }
a { background-color: rgb(49,8,84); }
div.DivClassName
{
background-color: #310854;
}
.BgClassName
{
background-color: #310854;
}
</style>
border-color css
<style>
span { border-color: #310854; }
span { border-color: rgb(49,8,84); }
td.TdClassName
{
border-color: #310854;
}
.TagClassName
{
border-color: #310854;
}
</style>