Shades of Blackcurrant #371C45
Tints of Blackcurrant #371C45
RGB
CMYK
RGB Variations
Color information
#371C45 (or 0x371C45) is known color: Blackcurrant. HEX triplet: 37, 1C and 45. RGB value is (55,28,69). Sum of RGB (Red+Green+Blue) = 55+28+69=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #371C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C45 is #C8E3BA. Grayscale: #282828. Windows color (decimal): -13165499 or 4529207. OLE color: 4529207.
HSL color Cylindrical-coordinate representation of color #371C45: hue angle of 279.51º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371C45 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 28 | 69 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.73 |
| HSL | 279.51º | 0.42% | 0.19% | - |
| HSV(B) | 279.51º | 0.59% | 0.27% | - |
| XYZ | 3.06 | 2.07 | 5.87 | - |
| YUV | 40.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 69 | 0.20 | 0.59 | 0 | 0.73 | 279.51 | 0.42 | 0.19 |
| Hex | 37 | 1C | 45 | 14 | 3B | 0 | 49 | 118 | 2A | 13 |
| Octal | 67 | 34 | 105 | 24 | 73 | 0 | 111 | 430 | 52 | 23 |
| Binary | 110111 | 11100 | 1000101 | 10100 | 111011 | 0 | 1001001 | 100011000 | 101010 | 10011 |
Color Harmonies of #371C45
Complementary color
Monochromatic Colors of #371C45
Black with #371C45
Text Example
Text Example
White with #371C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C45; }
p { color: rgb(55,28,69); }
H1.HeaderClassName
{
color: #371C45;
}
.AnyTagClassName
{
color: #371C45;
}
</style>
background-color css
<style>
a { background-color: #371C45; }
a { background-color: rgb(55,28,69); }
div.DivClassName
{
background-color: #371C45;
}
.BgClassName
{
background-color: #371C45;
}
</style>
border-color css
<style>
span { border-color: #371C45; }
span { border-color: rgb(55,28,69); }
td.TdClassName
{
border-color: #371C45;
}
.TagClassName
{
border-color: #371C45;
}
</style>