Shades of Blackcurrant #371240
Tints of Blackcurrant #371240
RGB
CMYK
RGB Variations
Color information
#371240 (or 0x371240) is known color: Blackcurrant. HEX triplet: 37, 12 and 40. RGB value is (55,18,64). Sum of RGB (Red+Green+Blue) = 55+18+64=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #371240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371240 is #C8EDBF. Grayscale: #222222. Windows color (decimal): -13168064 or 4198967. OLE color: 4198967.
HSL color Cylindrical-coordinate representation of color #371240: hue angle of 288.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371240 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 18 | 64 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.75 |
| HSL | 288.26º | 0.56% | 0.16% | - |
| HSV(B) | 288.26º | 0.72% | 0.25% | - |
| XYZ | 2.72 | 1.62 | 5.02 | - |
| YUV | 34.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 64 | 0.14 | 0.72 | 0 | 0.75 | 288.26 | 0.56 | 0.16 |
| Hex | 37 | 12 | 40 | E | 48 | 0 | 4B | 120 | 38 | 10 |
| Octal | 67 | 22 | 100 | 16 | 110 | 0 | 113 | 440 | 70 | 20 |
| Binary | 110111 | 10010 | 1000000 | 1110 | 1001000 | 0 | 1001011 | 100100000 | 111000 | 10000 |
Color Harmonies of #371240
Complementary color
Monochromatic Colors of #371240
Black with #371240
Text Example
Text Example
White with #371240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371240; }
p { color: rgb(55,18,64); }
H1.HeaderClassName
{
color: #371240;
}
.AnyTagClassName
{
color: #371240;
}
</style>
background-color css
<style>
a { background-color: #371240; }
a { background-color: rgb(55,18,64); }
div.DivClassName
{
background-color: #371240;
}
.BgClassName
{
background-color: #371240;
}
</style>
border-color css
<style>
span { border-color: #371240; }
span { border-color: rgb(55,18,64); }
td.TdClassName
{
border-color: #371240;
}
.TagClassName
{
border-color: #371240;
}
</style>