Shades of Blackcurrant #371147
Tints of Blackcurrant #371147
RGB
CMYK
RGB Variations
Color information
#371147 (or 0x371147) is known color: Blackcurrant. HEX triplet: 37, 11 and 47. RGB value is (55,17,71). Sum of RGB (Red+Green+Blue) = 55+17+71=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #371147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371147 is #C8EEB8. Grayscale: #222222. Windows color (decimal): -13168313 or 4657463. OLE color: 4657463.
HSL color Cylindrical-coordinate representation of color #371147: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371147 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 17 | 71 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.72 |
| HSL | 282.22º | 0.61% | 0.17% | - |
| HSV(B) | 282.22º | 0.76% | 0.28% | - |
| XYZ | 2.91 | 1.67 | 6.13 | - |
| YUV | 34.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 71 | 0.23 | 0.76 | 0 | 0.72 | 282.22 | 0.61 | 0.17 |
| Hex | 37 | 11 | 47 | 17 | 4C | 0 | 48 | 11A | 3D | 11 |
| Octal | 67 | 21 | 107 | 27 | 114 | 0 | 110 | 432 | 75 | 21 |
| Binary | 110111 | 10001 | 1000111 | 10111 | 1001100 | 0 | 1001000 | 100011010 | 111101 | 10001 |
Color Harmonies of #371147
Complementary color
Monochromatic Colors of #371147
Black with #371147
Text Example
Text Example
White with #371147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371147; }
p { color: rgb(55,17,71); }
H1.HeaderClassName
{
color: #371147;
}
.AnyTagClassName
{
color: #371147;
}
</style>
background-color css
<style>
a { background-color: #371147; }
a { background-color: rgb(55,17,71); }
div.DivClassName
{
background-color: #371147;
}
.BgClassName
{
background-color: #371147;
}
</style>
border-color css
<style>
span { border-color: #371147; }
span { border-color: rgb(55,17,71); }
td.TdClassName
{
border-color: #371147;
}
.TagClassName
{
border-color: #371147;
}
</style>