Shades of Blackcurrant #371941
Tints of Blackcurrant #371941
RGB
CMYK
RGB Variations
Color information
#371941 (or 0x371941) is known color: Blackcurrant. HEX triplet: 37, 19 and 41. RGB value is (55,25,65). Sum of RGB (Red+Green+Blue) = 55+25+65=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #371941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371941 is #C8E6BE. Grayscale: #262626. Windows color (decimal): -13166271 or 4266295. OLE color: 4266295.
HSL color Cylindrical-coordinate representation of color #371941: hue angle of 285º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371941 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 25 | 65 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.75 |
| HSL | 285º | 0.44% | 0.18% | - |
| HSV(B) | 285º | 0.62% | 0.25% | - |
| XYZ | 2.88 | 1.89 | 5.21 | - |
| YUV | 38.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 65 | 0.15 | 0.62 | 0 | 0.75 | 285 | 0.44 | 0.18 |
| Hex | 37 | 19 | 41 | F | 3E | 0 | 4B | 11D | 2C | 12 |
| Octal | 67 | 31 | 101 | 17 | 76 | 0 | 113 | 435 | 54 | 22 |
| Binary | 110111 | 11001 | 1000001 | 1111 | 111110 | 0 | 1001011 | 100011101 | 101100 | 10010 |
Color Harmonies of #371941
Complementary color
Monochromatic Colors of #371941
Black with #371941
Text Example
Text Example
White with #371941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371941; }
p { color: rgb(55,25,65); }
H1.HeaderClassName
{
color: #371941;
}
.AnyTagClassName
{
color: #371941;
}
</style>
background-color css
<style>
a { background-color: #371941; }
a { background-color: rgb(55,25,65); }
div.DivClassName
{
background-color: #371941;
}
.BgClassName
{
background-color: #371941;
}
</style>
border-color css
<style>
span { border-color: #371941; }
span { border-color: rgb(55,25,65); }
td.TdClassName
{
border-color: #371941;
}
.TagClassName
{
border-color: #371941;
}
</style>