Shades of Blackcurrant #31143D
Tints of Blackcurrant #31143D
RGB
CMYK
RGB Variations
Color information
#31143D (or 0x31143D) is known color: Blackcurrant. HEX triplet: 31, 14 and 3D. RGB value is (49,20,61). Sum of RGB (Red+Green+Blue) = 49+20+61=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #31143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31143D is #CEEBC2. Grayscale: #212121. Windows color (decimal): -13560771 or 4002865. OLE color: 4002865.
HSL color Cylindrical-coordinate representation of color #31143D: hue angle of 282.44º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31143D is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 20 | 61 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.76 |
| HSL | 282.44º | 0.51% | 0.16% | - |
| HSV(B) | 282.44º | 0.67% | 0.24% | - |
| XYZ | 2.36 | 1.49 | 4.58 | - |
| YUV | 33.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 61 | 0.20 | 0.67 | 0 | 0.76 | 282.44 | 0.51 | 0.16 |
| Hex | 31 | 14 | 3D | 14 | 43 | 0 | 4C | 11A | 33 | 10 |
| Octal | 61 | 24 | 75 | 24 | 103 | 0 | 114 | 432 | 63 | 20 |
| Binary | 110001 | 10100 | 111101 | 10100 | 1000011 | 0 | 1001100 | 100011010 | 110011 | 10000 |
Color Harmonies of #31143D
Complementary color
Monochromatic Colors of #31143D
Black with #31143D
Text Example
Text Example
White with #31143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31143D; }
p { color: rgb(49,20,61); }
H1.HeaderClassName
{
color: #31143D;
}
.AnyTagClassName
{
color: #31143D;
}
</style>
background-color css
<style>
a { background-color: #31143D; }
a { background-color: rgb(49,20,61); }
div.DivClassName
{
background-color: #31143D;
}
.BgClassName
{
background-color: #31143D;
}
</style>
border-color css
<style>
span { border-color: #31143D; }
span { border-color: rgb(49,20,61); }
td.TdClassName
{
border-color: #31143D;
}
.TagClassName
{
border-color: #31143D;
}
</style>