Shades of Blackcurrant #371551
Tints of Blackcurrant #371551
RGB
CMYK
RGB Variations
Color information
#371551 (or 0x371551) is known color: Blackcurrant. HEX triplet: 37, 15 and 51. RGB value is (55,21,81). Sum of RGB (Red+Green+Blue) = 55+21+81=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #371551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371551 is #C8EAAE. Grayscale: #252525. Windows color (decimal): -13167279 or 5313847. OLE color: 5313847.
HSL color Cylindrical-coordinate representation of color #371551: hue angle of 274º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371551 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 21 | 81 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.68 |
| HSL | 274º | 0.59% | 0.2% | - |
| HSV(B) | 274º | 0.74% | 0.32% | - |
| XYZ | 3.33 | 1.94 | 7.98 | - |
| YUV | 38.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 81 | 0.32 | 0.74 | 0 | 0.68 | 274 | 0.59 | 0.2 |
| Hex | 37 | 15 | 51 | 20 | 4A | 0 | 44 | 112 | 3B | 14 |
| Octal | 67 | 25 | 121 | 40 | 112 | 0 | 104 | 422 | 73 | 24 |
| Binary | 110111 | 10101 | 1010001 | 100000 | 1001010 | 0 | 1000100 | 100010010 | 111011 | 10100 |
Color Harmonies of #371551
Complementary color
Monochromatic Colors of #371551
Black with #371551
Text Example
Text Example
White with #371551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371551; }
p { color: rgb(55,21,81); }
H1.HeaderClassName
{
color: #371551;
}
.AnyTagClassName
{
color: #371551;
}
</style>
background-color css
<style>
a { background-color: #371551; }
a { background-color: rgb(55,21,81); }
div.DivClassName
{
background-color: #371551;
}
.BgClassName
{
background-color: #371551;
}
</style>
border-color css
<style>
span { border-color: #371551; }
span { border-color: rgb(55,21,81); }
td.TdClassName
{
border-color: #371551;
}
.TagClassName
{
border-color: #371551;
}
</style>