Shades of Blackcurrant #370157
Tints of Blackcurrant #370157
RGB
CMYK
RGB Variations
Color information
#370157 (or 0x370157) is known color: Blackcurrant. HEX triplet: 37, 01 and 57. RGB value is (55,1,87). Sum of RGB (Red+Green+Blue) = 55+1+87=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #370157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370157 is #C8FEA8. Grayscale: #1A1A1A. Windows color (decimal): -13172393 or 5701943. OLE color: 5701943.
HSL color Cylindrical-coordinate representation of color #370157: hue angle of 277.67º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370157 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 1 | 87 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.66 |
| HSL | 277.67º | 0.98% | 0.17% | - |
| HSV(B) | 277.67º | 0.99% | 0.34% | - |
| XYZ | 3.31 | 1.52 | 9.14 | - |
| YUV | 26.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 87 | 0.37 | 0.99 | 0 | 0.66 | 277.67 | 0.98 | 0.17 |
| Hex | 37 | 1 | 57 | 25 | 63 | 0 | 42 | 116 | 62 | 11 |
| Octal | 67 | 1 | 127 | 45 | 143 | 0 | 102 | 426 | 142 | 21 |
| Binary | 110111 | 1 | 1010111 | 100101 | 1100011 | 0 | 1000010 | 100010110 | 1100010 | 10001 |
Color Harmonies of #370157
Complementary color
Monochromatic Colors of #370157
Black with #370157
Text Example
Text Example
White with #370157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370157; }
p { color: rgb(55,1,87); }
H1.HeaderClassName
{
color: #370157;
}
.AnyTagClassName
{
color: #370157;
}
</style>
background-color css
<style>
a { background-color: #370157; }
a { background-color: rgb(55,1,87); }
div.DivClassName
{
background-color: #370157;
}
.BgClassName
{
background-color: #370157;
}
</style>
border-color css
<style>
span { border-color: #370157; }
span { border-color: rgb(55,1,87); }
td.TdClassName
{
border-color: #370157;
}
.TagClassName
{
border-color: #370157;
}
</style>