Shades of Blackcurrant #371649
Tints of Blackcurrant #371649
RGB
CMYK
RGB Variations
Color information
#371649 (or 0x371649) is known color: Blackcurrant. HEX triplet: 37, 16 and 49. RGB value is (55,22,73). Sum of RGB (Red+Green+Blue) = 55+22+73=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #371649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371649 is #C8E9B6. Grayscale: #252525. Windows color (decimal): -13167031 or 4789815. OLE color: 4789815.
HSL color Cylindrical-coordinate representation of color #371649: hue angle of 278.82º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #371649 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 22 | 73 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.71 |
| HSL | 278.82º | 0.54% | 0.19% | - |
| HSV(B) | 278.82º | 0.7% | 0.29% | - |
| XYZ | 3.07 | 1.87 | 6.5 | - |
| YUV | 37.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 73 | 0.25 | 0.70 | 0 | 0.71 | 278.82 | 0.54 | 0.19 |
| Hex | 37 | 16 | 49 | 19 | 46 | 0 | 47 | 117 | 36 | 13 |
| Octal | 67 | 26 | 111 | 31 | 106 | 0 | 107 | 427 | 66 | 23 |
| Binary | 110111 | 10110 | 1001001 | 11001 | 1000110 | 0 | 1000111 | 100010111 | 110110 | 10011 |
Color Harmonies of #371649
Complementary color
Monochromatic Colors of #371649
Black with #371649
Text Example
Text Example
White with #371649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371649; }
p { color: rgb(55,22,73); }
H1.HeaderClassName
{
color: #371649;
}
.AnyTagClassName
{
color: #371649;
}
</style>
background-color css
<style>
a { background-color: #371649; }
a { background-color: rgb(55,22,73); }
div.DivClassName
{
background-color: #371649;
}
.BgClassName
{
background-color: #371649;
}
</style>
border-color css
<style>
span { border-color: #371649; }
span { border-color: rgb(55,22,73); }
td.TdClassName
{
border-color: #371649;
}
.TagClassName
{
border-color: #371649;
}
</style>