Shades of Blackcurrant #371040
Tints of Blackcurrant #371040
RGB
CMYK
RGB Variations
Color information
#371040 (or 0x371040) is known color: Blackcurrant. HEX triplet: 37, 10 and 40. RGB value is (55,16,64). Sum of RGB (Red+Green+Blue) = 55+16+64=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #371040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371040 is #C8EFBF. Grayscale: #202020. Windows color (decimal): -13168576 or 4198455. OLE color: 4198455.
HSL color Cylindrical-coordinate representation of color #371040: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371040 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 16 | 64 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.75 |
| HSL | 288.75º | 0.6% | 0.16% | - |
| HSV(B) | 288.75º | 0.75% | 0.25% | - |
| XYZ | 2.69 | 1.55 | 5.01 | - |
| YUV | 33.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 64 | 0.14 | 0.75 | 0 | 0.75 | 288.75 | 0.6 | 0.16 |
| Hex | 37 | 10 | 40 | E | 4B | 0 | 4B | 121 | 3C | 10 |
| Octal | 67 | 20 | 100 | 16 | 113 | 0 | 113 | 441 | 74 | 20 |
| Binary | 110111 | 10000 | 1000000 | 1110 | 1001011 | 0 | 1001011 | 100100001 | 111100 | 10000 |
Color Harmonies of #371040
Complementary color
Monochromatic Colors of #371040
Black with #371040
Text Example
Text Example
White with #371040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371040; }
p { color: rgb(55,16,64); }
H1.HeaderClassName
{
color: #371040;
}
.AnyTagClassName
{
color: #371040;
}
</style>
background-color css
<style>
a { background-color: #371040; }
a { background-color: rgb(55,16,64); }
div.DivClassName
{
background-color: #371040;
}
.BgClassName
{
background-color: #371040;
}
</style>
border-color css
<style>
span { border-color: #371040; }
span { border-color: rgb(55,16,64); }
td.TdClassName
{
border-color: #371040;
}
.TagClassName
{
border-color: #371040;
}
</style>