Shades of Blackcurrant #31094E
Tints of Blackcurrant #31094E
RGB
CMYK
RGB Variations
Color information
#31094E (or 0x31094E) is known color: Blackcurrant. HEX triplet: 31, 09 and 4E. RGB value is (49,9,78). Sum of RGB (Red+Green+Blue) = 49+9+78=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #31094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31094E is #CEF6B1. Grayscale: #1C1C1C. Windows color (decimal): -13563570 or 5114161. OLE color: 5114161.
HSL color Cylindrical-coordinate representation of color #31094E: hue angle of 274.78º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31094E is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 9 | 78 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.69 |
| HSL | 274.78º | 0.79% | 0.17% | - |
| HSV(B) | 274.78º | 0.88% | 0.31% | - |
| XYZ | 2.74 | 1.4 | 7.33 | - |
| YUV | 28.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 78 | 0.37 | 0.88 | 0 | 0.69 | 274.78 | 0.79 | 0.17 |
| Hex | 31 | 9 | 4E | 25 | 58 | 0 | 45 | 113 | 4F | 11 |
| Octal | 61 | 11 | 116 | 45 | 130 | 0 | 105 | 423 | 117 | 21 |
| Binary | 110001 | 1001 | 1001110 | 100101 | 1011000 | 0 | 1000101 | 100010011 | 1001111 | 10001 |
Color Harmonies of #31094E
Complementary color
Monochromatic Colors of #31094E
Black with #31094E
Text Example
Text Example
White with #31094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31094E; }
p { color: rgb(49,9,78); }
H1.HeaderClassName
{
color: #31094E;
}
.AnyTagClassName
{
color: #31094E;
}
</style>
background-color css
<style>
a { background-color: #31094E; }
a { background-color: rgb(49,9,78); }
div.DivClassName
{
background-color: #31094E;
}
.BgClassName
{
background-color: #31094E;
}
</style>
border-color css
<style>
span { border-color: #31094E; }
span { border-color: rgb(49,9,78); }
td.TdClassName
{
border-color: #31094E;
}
.TagClassName
{
border-color: #31094E;
}
</style>