Shades of Blackcurrant #370242
Tints of Blackcurrant #370242
RGB
CMYK
RGB Variations
Color information
#370242 (or 0x370242) is known color: Blackcurrant. HEX triplet: 37, 02 and 42. RGB value is (55,2,66). Sum of RGB (Red+Green+Blue) = 55+2+66=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #370242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370242 is #C8FDBD. Grayscale: #181818. Windows color (decimal): -13172158 or 4325943. OLE color: 4325943.
HSL color Cylindrical-coordinate representation of color #370242: hue angle of 289.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370242 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 2 | 66 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.74 |
| HSL | 289.69º | 0.94% | 0.13% | - |
| HSV(B) | 289.69º | 0.97% | 0.26% | - |
| XYZ | 2.58 | 1.25 | 5.26 | - |
| YUV | 25.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 66 | 0.17 | 0.97 | 0 | 0.74 | 289.69 | 0.94 | 0.13 |
| Hex | 37 | 2 | 42 | 11 | 61 | 0 | 4A | 122 | 5E | D |
| Octal | 67 | 2 | 102 | 21 | 141 | 0 | 112 | 442 | 136 | 15 |
| Binary | 110111 | 10 | 1000010 | 10001 | 1100001 | 0 | 1001010 | 100100010 | 1011110 | 1101 |
Color Harmonies of #370242
Complementary color
Monochromatic Colors of #370242
Black with #370242
Text Example
Text Example
White with #370242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370242; }
p { color: rgb(55,2,66); }
H1.HeaderClassName
{
color: #370242;
}
.AnyTagClassName
{
color: #370242;
}
</style>
background-color css
<style>
a { background-color: #370242; }
a { background-color: rgb(55,2,66); }
div.DivClassName
{
background-color: #370242;
}
.BgClassName
{
background-color: #370242;
}
</style>
border-color css
<style>
span { border-color: #370242; }
span { border-color: rgb(55,2,66); }
td.TdClassName
{
border-color: #370242;
}
.TagClassName
{
border-color: #370242;
}
</style>