Shades of Blackcurrant #371C48
Tints of Blackcurrant #371C48
RGB
CMYK
RGB Variations
Color information
#371C48 (or 0x371C48) is known color: Blackcurrant. HEX triplet: 37, 1C and 48. RGB value is (55,28,72). Sum of RGB (Red+Green+Blue) = 55+28+72=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #371C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C48 is #C8E3B7. Grayscale: #282828. Windows color (decimal): -13165496 or 4725815. OLE color: 4725815.
HSL color Cylindrical-coordinate representation of color #371C48: hue angle of 276.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #371C48 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 28 | 72 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.72 |
| HSL | 276.82º | 0.44% | 0.2% | - |
| HSV(B) | 276.82º | 0.61% | 0.28% | - |
| XYZ | 3.16 | 2.11 | 6.37 | - |
| YUV | 41.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 72 | 0.24 | 0.61 | 0 | 0.72 | 276.82 | 0.44 | 0.2 |
| Hex | 37 | 1C | 48 | 18 | 3D | 0 | 48 | 115 | 2C | 14 |
| Octal | 67 | 34 | 110 | 30 | 75 | 0 | 110 | 425 | 54 | 24 |
| Binary | 110111 | 11100 | 1001000 | 11000 | 111101 | 0 | 1001000 | 100010101 | 101100 | 10100 |
Color Harmonies of #371C48
Complementary color
Monochromatic Colors of #371C48
Black with #371C48
Text Example
Text Example
White with #371C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C48; }
p { color: rgb(55,28,72); }
H1.HeaderClassName
{
color: #371C48;
}
.AnyTagClassName
{
color: #371C48;
}
</style>
background-color css
<style>
a { background-color: #371C48; }
a { background-color: rgb(55,28,72); }
div.DivClassName
{
background-color: #371C48;
}
.BgClassName
{
background-color: #371C48;
}
</style>
border-color css
<style>
span { border-color: #371C48; }
span { border-color: rgb(55,28,72); }
td.TdClassName
{
border-color: #371C48;
}
.TagClassName
{
border-color: #371C48;
}
</style>