Shades of Blackcurrant #370145
Tints of Blackcurrant #370145
RGB
CMYK
RGB Variations
Color information
#370145 (or 0x370145) is known color: Blackcurrant. HEX triplet: 37, 01 and 45. RGB value is (55,1,69). Sum of RGB (Red+Green+Blue) = 55+1+69=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #370145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370145 is #C8FEBA. Grayscale: #181818. Windows color (decimal): -13172411 or 4522295. OLE color: 4522295.
HSL color Cylindrical-coordinate representation of color #370145: hue angle of 287.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370145 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 1 | 69 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.73 |
| HSL | 287.65º | 0.97% | 0.14% | - |
| HSV(B) | 287.65º | 0.99% | 0.27% | - |
| XYZ | 2.66 | 1.26 | 5.73 | - |
| YUV | 24.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 69 | 0.20 | 0.99 | 0 | 0.73 | 287.65 | 0.97 | 0.14 |
| Hex | 37 | 1 | 45 | 14 | 63 | 0 | 49 | 120 | 61 | E |
| Octal | 67 | 1 | 105 | 24 | 143 | 0 | 111 | 440 | 141 | 16 |
| Binary | 110111 | 1 | 1000101 | 10100 | 1100011 | 0 | 1001001 | 100100000 | 1100001 | 1110 |
Color Harmonies of #370145
Complementary color
Monochromatic Colors of #370145
Black with #370145
Text Example
Text Example
White with #370145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370145; }
p { color: rgb(55,1,69); }
H1.HeaderClassName
{
color: #370145;
}
.AnyTagClassName
{
color: #370145;
}
</style>
background-color css
<style>
a { background-color: #370145; }
a { background-color: rgb(55,1,69); }
div.DivClassName
{
background-color: #370145;
}
.BgClassName
{
background-color: #370145;
}
</style>
border-color css
<style>
span { border-color: #370145; }
span { border-color: rgb(55,1,69); }
td.TdClassName
{
border-color: #370145;
}
.TagClassName
{
border-color: #370145;
}
</style>