Shades of Blackcurrant #370557
Tints of Blackcurrant #370557
RGB
CMYK
RGB Variations
Color information
#370557 (or 0x370557) is known color: Blackcurrant. HEX triplet: 37, 05 and 57. RGB value is (55,5,87). Sum of RGB (Red+Green+Blue) = 55+5+87=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #370557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370557 is #C8FAA8. Grayscale: #1D1D1D. Windows color (decimal): -13171369 or 5702967. OLE color: 5702967.
HSL color Cylindrical-coordinate representation of color #370557: hue angle of 276.59º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370557 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 5 | 87 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.66 |
| HSL | 276.59º | 0.89% | 0.18% | - |
| HSV(B) | 276.59º | 0.94% | 0.34% | - |
| XYZ | 3.35 | 1.61 | 9.15 | - |
| YUV | 29.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 87 | 0.37 | 0.94 | 0 | 0.66 | 276.59 | 0.89 | 0.18 |
| Hex | 37 | 5 | 57 | 25 | 5E | 0 | 42 | 115 | 59 | 12 |
| Octal | 67 | 5 | 127 | 45 | 136 | 0 | 102 | 425 | 131 | 22 |
| Binary | 110111 | 101 | 1010111 | 100101 | 1011110 | 0 | 1000010 | 100010101 | 1011001 | 10010 |
Color Harmonies of #370557
Complementary color
Monochromatic Colors of #370557
Black with #370557
Text Example
Text Example
White with #370557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370557; }
p { color: rgb(55,5,87); }
H1.HeaderClassName
{
color: #370557;
}
.AnyTagClassName
{
color: #370557;
}
</style>
background-color css
<style>
a { background-color: #370557; }
a { background-color: rgb(55,5,87); }
div.DivClassName
{
background-color: #370557;
}
.BgClassName
{
background-color: #370557;
}
</style>
border-color css
<style>
span { border-color: #370557; }
span { border-color: rgb(55,5,87); }
td.TdClassName
{
border-color: #370557;
}
.TagClassName
{
border-color: #370557;
}
</style>