Shades of Blackcurrant #370442
Tints of Blackcurrant #370442
RGB
CMYK
RGB Variations
Color information
#370442 (or 0x370442) is known color: Blackcurrant. HEX triplet: 37, 04 and 42. RGB value is (55,4,66). Sum of RGB (Red+Green+Blue) = 55+4+66=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #370442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370442 is #C8FBBD. Grayscale: #1A1A1A. Windows color (decimal): -13171646 or 4326455. OLE color: 4326455.
HSL color Cylindrical-coordinate representation of color #370442: hue angle of 289.35º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370442 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 4 | 66 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.74 |
| HSL | 289.35º | 0.89% | 0.14% | - |
| HSV(B) | 289.35º | 0.94% | 0.26% | - |
| XYZ | 2.6 | 1.29 | 5.27 | - |
| YUV | 26.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 66 | 0.17 | 0.94 | 0 | 0.74 | 289.35 | 0.89 | 0.14 |
| Hex | 37 | 4 | 42 | 11 | 5E | 0 | 4A | 121 | 59 | E |
| Octal | 67 | 4 | 102 | 21 | 136 | 0 | 112 | 441 | 131 | 16 |
| Binary | 110111 | 100 | 1000010 | 10001 | 1011110 | 0 | 1001010 | 100100001 | 1011001 | 1110 |
Color Harmonies of #370442
Complementary color
Monochromatic Colors of #370442
Black with #370442
Text Example
Text Example
White with #370442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370442; }
p { color: rgb(55,4,66); }
H1.HeaderClassName
{
color: #370442;
}
.AnyTagClassName
{
color: #370442;
}
</style>
background-color css
<style>
a { background-color: #370442; }
a { background-color: rgb(55,4,66); }
div.DivClassName
{
background-color: #370442;
}
.BgClassName
{
background-color: #370442;
}
</style>
border-color css
<style>
span { border-color: #370442; }
span { border-color: rgb(55,4,66); }
td.TdClassName
{
border-color: #370442;
}
.TagClassName
{
border-color: #370442;
}
</style>