Shades of Blackcurrant #371942
Tints of Blackcurrant #371942
RGB
CMYK
RGB Variations
Color information
#371942 (or 0x371942) is known color: Blackcurrant. HEX triplet: 37, 19 and 42. RGB value is (55,25,66). Sum of RGB (Red+Green+Blue) = 55+25+66=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #371942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371942 is #C8E6BD. Grayscale: #262626. Windows color (decimal): -13166270 or 4331831. OLE color: 4331831.
HSL color Cylindrical-coordinate representation of color #371942: hue angle of 283.9º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371942 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 25 | 66 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.74 |
| HSL | 283.9º | 0.45% | 0.18% | - |
| HSV(B) | 283.9º | 0.62% | 0.26% | - |
| XYZ | 2.91 | 1.9 | 5.37 | - |
| YUV | 38.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 66 | 0.17 | 0.62 | 0 | 0.74 | 283.9 | 0.45 | 0.18 |
| Hex | 37 | 19 | 42 | 11 | 3E | 0 | 4A | 11C | 2D | 12 |
| Octal | 67 | 31 | 102 | 21 | 76 | 0 | 112 | 434 | 55 | 22 |
| Binary | 110111 | 11001 | 1000010 | 10001 | 111110 | 0 | 1001010 | 100011100 | 101101 | 10010 |
Color Harmonies of #371942
Complementary color
Monochromatic Colors of #371942
Black with #371942
Text Example
Text Example
White with #371942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371942; }
p { color: rgb(55,25,66); }
H1.HeaderClassName
{
color: #371942;
}
.AnyTagClassName
{
color: #371942;
}
</style>
background-color css
<style>
a { background-color: #371942; }
a { background-color: rgb(55,25,66); }
div.DivClassName
{
background-color: #371942;
}
.BgClassName
{
background-color: #371942;
}
</style>
border-color css
<style>
span { border-color: #371942; }
span { border-color: rgb(55,25,66); }
td.TdClassName
{
border-color: #371942;
}
.TagClassName
{
border-color: #371942;
}
</style>