Shades of Blackcurrant #31043D
Tints of Blackcurrant #31043D
RGB
CMYK
RGB Variations
Color information
#31043D (or 0x31043D) is known color: Blackcurrant. HEX triplet: 31, 04 and 3D. RGB value is (49,4,61). Sum of RGB (Red+Green+Blue) = 49+4+61=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #31043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31043D is #CEFBC2. Grayscale: #171717. Windows color (decimal): -13564867 or 3998769. OLE color: 3998769.
HSL color Cylindrical-coordinate representation of color #31043D: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31043D is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 4 | 61 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.76 |
| HSL | 287.37º | 0.88% | 0.13% | - |
| HSV(B) | 287.37º | 0.93% | 0.24% | - |
| XYZ | 2.15 | 1.08 | 4.51 | - |
| YUV | 23.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 61 | 0.20 | 0.93 | 0 | 0.76 | 287.37 | 0.88 | 0.13 |
| Hex | 31 | 4 | 3D | 14 | 5D | 0 | 4C | 11F | 58 | D |
| Octal | 61 | 4 | 75 | 24 | 135 | 0 | 114 | 437 | 130 | 15 |
| Binary | 110001 | 100 | 111101 | 10100 | 1011101 | 0 | 1001100 | 100011111 | 1011000 | 1101 |
Color Harmonies of #31043D
Complementary color
Monochromatic Colors of #31043D
Black with #31043D
Text Example
Text Example
White with #31043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31043D; }
p { color: rgb(49,4,61); }
H1.HeaderClassName
{
color: #31043D;
}
.AnyTagClassName
{
color: #31043D;
}
</style>
background-color css
<style>
a { background-color: #31043D; }
a { background-color: rgb(49,4,61); }
div.DivClassName
{
background-color: #31043D;
}
.BgClassName
{
background-color: #31043D;
}
</style>
border-color css
<style>
span { border-color: #31043D; }
span { border-color: rgb(49,4,61); }
td.TdClassName
{
border-color: #31043D;
}
.TagClassName
{
border-color: #31043D;
}
</style>