Shades of Blackcurrant #370357
Tints of Blackcurrant #370357
RGB
CMYK
RGB Variations
Color information
#370357 (or 0x370357) is known color: Blackcurrant. HEX triplet: 37, 03 and 57. RGB value is (55,3,87). Sum of RGB (Red+Green+Blue) = 55+3+87=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #370357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370357 is #C8FCA8. Grayscale: #1B1B1B. Windows color (decimal): -13171881 or 5702455. OLE color: 5702455.
HSL color Cylindrical-coordinate representation of color #370357: hue angle of 277.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370357 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 3 | 87 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.66 |
| HSL | 277.14º | 0.93% | 0.18% | - |
| HSV(B) | 277.14º | 0.97% | 0.34% | - |
| XYZ | 3.33 | 1.57 | 9.14 | - |
| YUV | 28.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 87 | 0.37 | 0.97 | 0 | 0.66 | 277.14 | 0.93 | 0.18 |
| Hex | 37 | 3 | 57 | 25 | 61 | 0 | 42 | 115 | 5D | 12 |
| Octal | 67 | 3 | 127 | 45 | 141 | 0 | 102 | 425 | 135 | 22 |
| Binary | 110111 | 11 | 1010111 | 100101 | 1100001 | 0 | 1000010 | 100010101 | 1011101 | 10010 |
Color Harmonies of #370357
Complementary color
Monochromatic Colors of #370357
Black with #370357
Text Example
Text Example
White with #370357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370357; }
p { color: rgb(55,3,87); }
H1.HeaderClassName
{
color: #370357;
}
.AnyTagClassName
{
color: #370357;
}
</style>
background-color css
<style>
a { background-color: #370357; }
a { background-color: rgb(55,3,87); }
div.DivClassName
{
background-color: #370357;
}
.BgClassName
{
background-color: #370357;
}
</style>
border-color css
<style>
span { border-color: #370357; }
span { border-color: rgb(55,3,87); }
td.TdClassName
{
border-color: #370357;
}
.TagClassName
{
border-color: #370357;
}
</style>