Shades of Blackcurrant #310B4F
Tints of Blackcurrant #310B4F
RGB
CMYK
RGB Variations
Color information
#310B4F (or 0x310B4F) is known color: Blackcurrant. HEX triplet: 31, 0B and 4F. RGB value is (49,11,79). Sum of RGB (Red+Green+Blue) = 49+11+79=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #310B4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B4F is #CEF4B0. Grayscale: #1D1D1D. Windows color (decimal): -13563057 or 5180209. OLE color: 5180209.
HSL color Cylindrical-coordinate representation of color #310B4F: hue angle of 273.53º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310B4F is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 11 | 79 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.69 |
| HSL | 273.53º | 0.76% | 0.18% | - |
| HSV(B) | 273.53º | 0.86% | 0.31% | - |
| XYZ | 2.8 | 1.46 | 7.53 | - |
| YUV | 30.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 79 | 0.38 | 0.86 | 0 | 0.69 | 273.53 | 0.76 | 0.18 |
| Hex | 31 | B | 4F | 26 | 56 | 0 | 45 | 112 | 4C | 12 |
| Octal | 61 | 13 | 117 | 46 | 126 | 0 | 105 | 422 | 114 | 22 |
| Binary | 110001 | 1011 | 1001111 | 100110 | 1010110 | 0 | 1000101 | 100010010 | 1001100 | 10010 |
Color Harmonies of #310B4F
Complementary color
Monochromatic Colors of #310B4F
Black with #310B4F
Text Example
Text Example
White with #310B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B4F; }
p { color: rgb(49,11,79); }
H1.HeaderClassName
{
color: #310B4F;
}
.AnyTagClassName
{
color: #310B4F;
}
</style>
background-color css
<style>
a { background-color: #310B4F; }
a { background-color: rgb(49,11,79); }
div.DivClassName
{
background-color: #310B4F;
}
.BgClassName
{
background-color: #310B4F;
}
</style>
border-color css
<style>
span { border-color: #310B4F; }
span { border-color: rgb(49,11,79); }
td.TdClassName
{
border-color: #310B4F;
}
.TagClassName
{
border-color: #310B4F;
}
</style>