Shades of Blackcurrant #31034D
Tints of Blackcurrant #31034D
RGB
CMYK
RGB Variations
Color information
#31034D (or 0x31034D) is known color: Blackcurrant. HEX triplet: 31, 03 and 4D. RGB value is (49,3,77). Sum of RGB (Red+Green+Blue) = 49+3+77=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #31034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31034D is #CEFCB2. Grayscale: #181818. Windows color (decimal): -13565107 or 5047089. OLE color: 5047089.
HSL color Cylindrical-coordinate representation of color #31034D: hue angle of 277.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31034D is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 3 | 77 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.70 |
| HSL | 277.3º | 0.93% | 0.16% | - |
| HSV(B) | 277.3º | 0.96% | 0.3% | - |
| XYZ | 2.64 | 1.25 | 7.12 | - |
| YUV | 25.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 77 | 0.36 | 0.96 | 0 | 0.70 | 277.3 | 0.93 | 0.16 |
| Hex | 31 | 3 | 4D | 24 | 60 | 0 | 46 | 115 | 5C | 10 |
| Octal | 61 | 3 | 115 | 44 | 140 | 0 | 106 | 425 | 134 | 20 |
| Binary | 110001 | 11 | 1001101 | 100100 | 1100000 | 0 | 1000110 | 100010101 | 1011100 | 10000 |
Color Harmonies of #31034D
Complementary color
Monochromatic Colors of #31034D
Black with #31034D
Text Example
Text Example
White with #31034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31034D; }
p { color: rgb(49,3,77); }
H1.HeaderClassName
{
color: #31034D;
}
.AnyTagClassName
{
color: #31034D;
}
</style>
background-color css
<style>
a { background-color: #31034D; }
a { background-color: rgb(49,3,77); }
div.DivClassName
{
background-color: #31034D;
}
.BgClassName
{
background-color: #31034D;
}
</style>
border-color css
<style>
span { border-color: #31034D; }
span { border-color: rgb(49,3,77); }
td.TdClassName
{
border-color: #31034D;
}
.TagClassName
{
border-color: #31034D;
}
</style>