Shades of Blackcurrant #370E49
Tints of Blackcurrant #370E49
RGB
CMYK
RGB Variations
Color information
#370E49 (or 0x370E49) is known color: Blackcurrant. HEX triplet: 37, 0E and 49. RGB value is (55,14,73). Sum of RGB (Red+Green+Blue) = 55+14+73=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #370E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E49 is #C8F1B6. Grayscale: #202020. Windows color (decimal): -13169079 or 4787767. OLE color: 4787767.
HSL color Cylindrical-coordinate representation of color #370E49: hue angle of 281.69º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #370E49 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 14 | 73 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.71 |
| HSL | 281.69º | 0.68% | 0.17% | - |
| HSV(B) | 281.69º | 0.81% | 0.29% | - |
| XYZ | 2.94 | 1.61 | 6.46 | - |
| YUV | 32.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 73 | 0.25 | 0.81 | 0 | 0.71 | 281.69 | 0.68 | 0.17 |
| Hex | 37 | E | 49 | 19 | 51 | 0 | 47 | 11A | 44 | 11 |
| Octal | 67 | 16 | 111 | 31 | 121 | 0 | 107 | 432 | 104 | 21 |
| Binary | 110111 | 1110 | 1001001 | 11001 | 1010001 | 0 | 1000111 | 100011010 | 1000100 | 10001 |
Color Harmonies of #370E49
Complementary color
Monochromatic Colors of #370E49
Black with #370E49
Text Example
Text Example
White with #370E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E49; }
p { color: rgb(55,14,73); }
H1.HeaderClassName
{
color: #370E49;
}
.AnyTagClassName
{
color: #370E49;
}
</style>
background-color css
<style>
a { background-color: #370E49; }
a { background-color: rgb(55,14,73); }
div.DivClassName
{
background-color: #370E49;
}
.BgClassName
{
background-color: #370E49;
}
</style>
border-color css
<style>
span { border-color: #370E49; }
span { border-color: rgb(55,14,73); }
td.TdClassName
{
border-color: #370E49;
}
.TagClassName
{
border-color: #370E49;
}
</style>