Shades of Blackcurrant #371D49
Tints of Blackcurrant #371D49
RGB
CMYK
RGB Variations
Color information
#371D49 (or 0x371D49) is known color: Blackcurrant. HEX triplet: 37, 1D and 49. RGB value is (55,29,73). Sum of RGB (Red+Green+Blue) = 55+29+73=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #371D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D49 is #C8E2B6. Grayscale: #292929. Windows color (decimal): -13165239 or 4791607. OLE color: 4791607.
HSL color Cylindrical-coordinate representation of color #371D49: hue angle of 275.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371D49 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 29 | 73 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.71 |
| HSL | 275.45º | 0.43% | 0.2% | - |
| HSV(B) | 275.45º | 0.6% | 0.29% | - |
| XYZ | 3.22 | 2.17 | 6.55 | - |
| YUV | 41.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 73 | 0.25 | 0.60 | 0 | 0.71 | 275.45 | 0.43 | 0.2 |
| Hex | 37 | 1D | 49 | 19 | 3C | 0 | 47 | 113 | 2B | 14 |
| Octal | 67 | 35 | 111 | 31 | 74 | 0 | 107 | 423 | 53 | 24 |
| Binary | 110111 | 11101 | 1001001 | 11001 | 111100 | 0 | 1000111 | 100010011 | 101011 | 10100 |
Color Harmonies of #371D49
Complementary color
Monochromatic Colors of #371D49
Black with #371D49
Text Example
Text Example
White with #371D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D49; }
p { color: rgb(55,29,73); }
H1.HeaderClassName
{
color: #371D49;
}
.AnyTagClassName
{
color: #371D49;
}
</style>
background-color css
<style>
a { background-color: #371D49; }
a { background-color: rgb(55,29,73); }
div.DivClassName
{
background-color: #371D49;
}
.BgClassName
{
background-color: #371D49;
}
</style>
border-color css
<style>
span { border-color: #371D49; }
span { border-color: rgb(55,29,73); }
td.TdClassName
{
border-color: #371D49;
}
.TagClassName
{
border-color: #371D49;
}
</style>