Shades of Blackcurrant #31053D
Tints of Blackcurrant #31053D
RGB
CMYK
RGB Variations
Color information
#31053D (or 0x31053D) is known color: Blackcurrant. HEX triplet: 31, 05 and 3D. RGB value is (49,5,61). Sum of RGB (Red+Green+Blue) = 49+5+61=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #31053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31053D is #CEFAC2. Grayscale: #181818. Windows color (decimal): -13564611 or 3999025. OLE color: 3999025.
HSL color Cylindrical-coordinate representation of color #31053D: hue angle of 287.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31053D is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 5 | 61 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.76 |
| HSL | 287.14º | 0.85% | 0.13% | - |
| HSV(B) | 287.14º | 0.92% | 0.24% | - |
| XYZ | 2.16 | 1.1 | 4.51 | - |
| YUV | 24.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 61 | 0.20 | 0.92 | 0 | 0.76 | 287.14 | 0.85 | 0.13 |
| Hex | 31 | 5 | 3D | 14 | 5C | 0 | 4C | 11F | 55 | D |
| Octal | 61 | 5 | 75 | 24 | 134 | 0 | 114 | 437 | 125 | 15 |
| Binary | 110001 | 101 | 111101 | 10100 | 1011100 | 0 | 1001100 | 100011111 | 1010101 | 1101 |
Color Harmonies of #31053D
Complementary color
Monochromatic Colors of #31053D
Black with #31053D
Text Example
Text Example
White with #31053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31053D; }
p { color: rgb(49,5,61); }
H1.HeaderClassName
{
color: #31053D;
}
.AnyTagClassName
{
color: #31053D;
}
</style>
background-color css
<style>
a { background-color: #31053D; }
a { background-color: rgb(49,5,61); }
div.DivClassName
{
background-color: #31053D;
}
.BgClassName
{
background-color: #31053D;
}
</style>
border-color css
<style>
span { border-color: #31053D; }
span { border-color: rgb(49,5,61); }
td.TdClassName
{
border-color: #31053D;
}
.TagClassName
{
border-color: #31053D;
}
</style>