Shades of Blackcurrant #31074F
Tints of Blackcurrant #31074F
RGB
CMYK
RGB Variations
Color information
#31074F (or 0x31074F) is known color: Blackcurrant. HEX triplet: 31, 07 and 4F. RGB value is (49,7,79). Sum of RGB (Red+Green+Blue) = 49+7+79=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #31074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31074F is #CEF8B0. Grayscale: #1B1B1B. Windows color (decimal): -13564081 or 5179185. OLE color: 5179185.
HSL color Cylindrical-coordinate representation of color #31074F: hue angle of 275º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31074F is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 7 | 79 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.69 |
| HSL | 275º | 0.84% | 0.17% | - |
| HSV(B) | 275º | 0.91% | 0.31% | - |
| XYZ | 2.75 | 1.37 | 7.52 | - |
| YUV | 27.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 79 | 0.38 | 0.91 | 0 | 0.69 | 275 | 0.84 | 0.17 |
| Hex | 31 | 7 | 4F | 26 | 5B | 0 | 45 | 113 | 54 | 11 |
| Octal | 61 | 7 | 117 | 46 | 133 | 0 | 105 | 423 | 124 | 21 |
| Binary | 110001 | 111 | 1001111 | 100110 | 1011011 | 0 | 1000101 | 100010011 | 1010100 | 10001 |
Color Harmonies of #31074F
Complementary color
Monochromatic Colors of #31074F
Black with #31074F
Text Example
Text Example
White with #31074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31074F; }
p { color: rgb(49,7,79); }
H1.HeaderClassName
{
color: #31074F;
}
.AnyTagClassName
{
color: #31074F;
}
</style>
background-color css
<style>
a { background-color: #31074F; }
a { background-color: rgb(49,7,79); }
div.DivClassName
{
background-color: #31074F;
}
.BgClassName
{
background-color: #31074F;
}
</style>
border-color css
<style>
span { border-color: #31074F; }
span { border-color: rgb(49,7,79); }
td.TdClassName
{
border-color: #31074F;
}
.TagClassName
{
border-color: #31074F;
}
</style>