Shades of Blackcurrant #371140
Tints of Blackcurrant #371140
RGB
CMYK
RGB Variations
Color information
#371140 (or 0x371140) is known color: Blackcurrant. HEX triplet: 37, 11 and 40. RGB value is (55,17,64). Sum of RGB (Red+Green+Blue) = 55+17+64=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #371140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371140 is #C8EEBF. Grayscale: #212121. Windows color (decimal): -13168320 or 4198711. OLE color: 4198711.
HSL color Cylindrical-coordinate representation of color #371140: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371140 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 17 | 64 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.75 |
| HSL | 288.51º | 0.58% | 0.16% | - |
| HSV(B) | 288.51º | 0.73% | 0.25% | - |
| XYZ | 2.7 | 1.58 | 5.01 | - |
| YUV | 33.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 64 | 0.14 | 0.73 | 0 | 0.75 | 288.51 | 0.58 | 0.16 |
| Hex | 37 | 11 | 40 | E | 49 | 0 | 4B | 121 | 3A | 10 |
| Octal | 67 | 21 | 100 | 16 | 111 | 0 | 113 | 441 | 72 | 20 |
| Binary | 110111 | 10001 | 1000000 | 1110 | 1001001 | 0 | 1001011 | 100100001 | 111010 | 10000 |
Color Harmonies of #371140
Complementary color
Monochromatic Colors of #371140
Black with #371140
Text Example
Text Example
White with #371140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371140; }
p { color: rgb(55,17,64); }
H1.HeaderClassName
{
color: #371140;
}
.AnyTagClassName
{
color: #371140;
}
</style>
background-color css
<style>
a { background-color: #371140; }
a { background-color: rgb(55,17,64); }
div.DivClassName
{
background-color: #371140;
}
.BgClassName
{
background-color: #371140;
}
</style>
border-color css
<style>
span { border-color: #371140; }
span { border-color: rgb(55,17,64); }
td.TdClassName
{
border-color: #371140;
}
.TagClassName
{
border-color: #371140;
}
</style>