Shades of Blackcurrant #31103D
Tints of Blackcurrant #31103D
RGB
CMYK
RGB Variations
Color information
#31103D (or 0x31103D) is known color: Blackcurrant. HEX triplet: 31, 10 and 3D. RGB value is (49,16,61). Sum of RGB (Red+Green+Blue) = 49+16+61=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #31103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31103D is #CEEFC2. Grayscale: #1E1E1E. Windows color (decimal): -13561795 or 4001841. OLE color: 4001841.
HSL color Cylindrical-coordinate representation of color #31103D: hue angle of 284º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31103D is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 16 | 61 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.76 |
| HSL | 284º | 0.58% | 0.15% | - |
| HSV(B) | 284º | 0.74% | 0.24% | - |
| XYZ | 2.29 | 1.36 | 4.56 | - |
| YUV | 31 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 61 | 0.20 | 0.74 | 0 | 0.76 | 284 | 0.58 | 0.15 |
| Hex | 31 | 10 | 3D | 14 | 4A | 0 | 4C | 11C | 3A | F |
| Octal | 61 | 20 | 75 | 24 | 112 | 0 | 114 | 434 | 72 | 17 |
| Binary | 110001 | 10000 | 111101 | 10100 | 1001010 | 0 | 1001100 | 100011100 | 111010 | 1111 |
Color Harmonies of #31103D
Complementary color
Monochromatic Colors of #31103D
Black with #31103D
Text Example
Text Example
White with #31103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31103D; }
p { color: rgb(49,16,61); }
H1.HeaderClassName
{
color: #31103D;
}
.AnyTagClassName
{
color: #31103D;
}
</style>
background-color css
<style>
a { background-color: #31103D; }
a { background-color: rgb(49,16,61); }
div.DivClassName
{
background-color: #31103D;
}
.BgClassName
{
background-color: #31103D;
}
</style>
border-color css
<style>
span { border-color: #31103D; }
span { border-color: rgb(49,16,61); }
td.TdClassName
{
border-color: #31103D;
}
.TagClassName
{
border-color: #31103D;
}
</style>