Shades of Blackcurrant #371C46
Tints of Blackcurrant #371C46
RGB
CMYK
RGB Variations
Color information
#371C46 (or 0x371C46) is known color: Blackcurrant. HEX triplet: 37, 1C and 46. RGB value is (55,28,70). Sum of RGB (Red+Green+Blue) = 55+28+70=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #371C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C46 is #C8E3B9. Grayscale: #282828. Windows color (decimal): -13165498 or 4594743. OLE color: 4594743.
HSL color Cylindrical-coordinate representation of color #371C46: hue angle of 278.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371C46 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 28 | 70 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.73 |
| HSL | 278.57º | 0.43% | 0.19% | - |
| HSV(B) | 278.57º | 0.6% | 0.27% | - |
| XYZ | 3.1 | 2.08 | 6.03 | - |
| YUV | 40.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 70 | 0.21 | 0.60 | 0 | 0.73 | 278.57 | 0.43 | 0.19 |
| Hex | 37 | 1C | 46 | 15 | 3C | 0 | 49 | 117 | 2B | 13 |
| Octal | 67 | 34 | 106 | 25 | 74 | 0 | 111 | 427 | 53 | 23 |
| Binary | 110111 | 11100 | 1000110 | 10101 | 111100 | 0 | 1001001 | 100010111 | 101011 | 10011 |
Color Harmonies of #371C46
Complementary color
Monochromatic Colors of #371C46
Black with #371C46
Text Example
Text Example
White with #371C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C46; }
p { color: rgb(55,28,70); }
H1.HeaderClassName
{
color: #371C46;
}
.AnyTagClassName
{
color: #371C46;
}
</style>
background-color css
<style>
a { background-color: #371C46; }
a { background-color: rgb(55,28,70); }
div.DivClassName
{
background-color: #371C46;
}
.BgClassName
{
background-color: #371C46;
}
</style>
border-color css
<style>
span { border-color: #371C46; }
span { border-color: rgb(55,28,70); }
td.TdClassName
{
border-color: #371C46;
}
.TagClassName
{
border-color: #371C46;
}
</style>