Shades of Blackcurrant #371947
Tints of Blackcurrant #371947
RGB
CMYK
RGB Variations
Color information
#371947 (or 0x371947) is known color: Blackcurrant. HEX triplet: 37, 19 and 47. RGB value is (55,25,71). Sum of RGB (Red+Green+Blue) = 55+25+71=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #371947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371947 is #C8E6B8. Grayscale: #272727. Windows color (decimal): -13166265 or 4659511. OLE color: 4659511.
HSL color Cylindrical-coordinate representation of color #371947: hue angle of 279.13º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371947 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 25 | 71 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.72 |
| HSL | 279.13º | 0.48% | 0.19% | - |
| HSV(B) | 279.13º | 0.65% | 0.28% | - |
| XYZ | 3.06 | 1.96 | 6.18 | - |
| YUV | 39.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 71 | 0.23 | 0.65 | 0 | 0.72 | 279.13 | 0.48 | 0.19 |
| Hex | 37 | 19 | 47 | 17 | 41 | 0 | 48 | 117 | 30 | 13 |
| Octal | 67 | 31 | 107 | 27 | 101 | 0 | 110 | 427 | 60 | 23 |
| Binary | 110111 | 11001 | 1000111 | 10111 | 1000001 | 0 | 1001000 | 100010111 | 110000 | 10011 |
Color Harmonies of #371947
Complementary color
Monochromatic Colors of #371947
Black with #371947
Text Example
Text Example
White with #371947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371947; }
p { color: rgb(55,25,71); }
H1.HeaderClassName
{
color: #371947;
}
.AnyTagClassName
{
color: #371947;
}
</style>
background-color css
<style>
a { background-color: #371947; }
a { background-color: rgb(55,25,71); }
div.DivClassName
{
background-color: #371947;
}
.BgClassName
{
background-color: #371947;
}
</style>
border-color css
<style>
span { border-color: #371947; }
span { border-color: rgb(55,25,71); }
td.TdClassName
{
border-color: #371947;
}
.TagClassName
{
border-color: #371947;
}
</style>