Shades of Blackcurrant #370042
Tints of Blackcurrant #370042
RGB
CMYK
RGB Variations
Color information
#370042 (or 0x370042) is known color: Blackcurrant. HEX triplet: 37, 00 and 42. RGB value is (55,0,66). Sum of RGB (Red+Green+Blue) = 55+0+66=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #370042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370042 is #C8FFBD. Grayscale: #171717. Windows color (decimal): -13172670 or 4325431. OLE color: 4325431.
HSL color Cylindrical-coordinate representation of color #370042: hue angle of 290º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370042 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 0 | 66 | - |
| CMYK | 0.17 | 1 | 0 | 0.74 |
| HSL | 290º | 1% | 0.13% | - |
| HSV(B) | 290º | 1% | 0.26% | - |
| XYZ | 2.56 | 1.21 | 5.25 | - |
| YUV | 23.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 66 | 0.17 | 1 | 0 | 0.74 | 290 | 1 | 0.13 |
| Hex | 37 | 0 | 42 | 11 | 64 | 0 | 4A | 122 | 64 | D |
| Octal | 67 | 0 | 102 | 21 | 144 | 0 | 112 | 442 | 144 | 15 |
| Binary | 110111 | 0 | 1000010 | 10001 | 1100100 | 0 | 1001010 | 100100010 | 1100100 | 1101 |
Color Harmonies of #370042
Complementary color
Monochromatic Colors of #370042
Black with #370042
Text Example
Text Example
White with #370042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370042; }
p { color: rgb(55,0,66); }
H1.HeaderClassName
{
color: #370042;
}
.AnyTagClassName
{
color: #370042;
}
</style>
background-color css
<style>
a { background-color: #370042; }
a { background-color: rgb(55,0,66); }
div.DivClassName
{
background-color: #370042;
}
.BgClassName
{
background-color: #370042;
}
</style>
border-color css
<style>
span { border-color: #370042; }
span { border-color: rgb(55,0,66); }
td.TdClassName
{
border-color: #370042;
}
.TagClassName
{
border-color: #370042;
}
</style>