Shades of Blackcurrant #370445
Tints of Blackcurrant #370445
RGB
CMYK
RGB Variations
Color information
#370445 (or 0x370445) is known color: Blackcurrant. HEX triplet: 37, 04 and 45. RGB value is (55,4,69). Sum of RGB (Red+Green+Blue) = 55+4+69=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #370445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370445 is #C8FBBA. Grayscale: #1A1A1A. Windows color (decimal): -13171643 or 4523063. OLE color: 4523063.
HSL color Cylindrical-coordinate representation of color #370445: hue angle of 287.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370445 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 4 | 69 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.73 |
| HSL | 287.08º | 0.89% | 0.14% | - |
| HSV(B) | 287.08º | 0.94% | 0.27% | - |
| XYZ | 2.69 | 1.33 | 5.74 | - |
| YUV | 26.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 69 | 0.20 | 0.94 | 0 | 0.73 | 287.08 | 0.89 | 0.14 |
| Hex | 37 | 4 | 45 | 14 | 5E | 0 | 49 | 11F | 59 | E |
| Octal | 67 | 4 | 105 | 24 | 136 | 0 | 111 | 437 | 131 | 16 |
| Binary | 110111 | 100 | 1000101 | 10100 | 1011110 | 0 | 1001001 | 100011111 | 1011001 | 1110 |
Color Harmonies of #370445
Complementary color
Monochromatic Colors of #370445
Black with #370445
Text Example
Text Example
White with #370445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370445; }
p { color: rgb(55,4,69); }
H1.HeaderClassName
{
color: #370445;
}
.AnyTagClassName
{
color: #370445;
}
</style>
background-color css
<style>
a { background-color: #370445; }
a { background-color: rgb(55,4,69); }
div.DivClassName
{
background-color: #370445;
}
.BgClassName
{
background-color: #370445;
}
</style>
border-color css
<style>
span { border-color: #370445; }
span { border-color: rgb(55,4,69); }
td.TdClassName
{
border-color: #370445;
}
.TagClassName
{
border-color: #370445;
}
</style>