Shades of Blackcurrant #370455
Tints of Blackcurrant #370455
RGB
CMYK
RGB Variations
Color information
#370455 (or 0x370455) is known color: Blackcurrant. HEX triplet: 37, 04 and 55. RGB value is (55,4,85). Sum of RGB (Red+Green+Blue) = 55+4+85=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #370455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370455 is #C8FBAA. Grayscale: #1C1C1C. Windows color (decimal): -13171627 or 5571639. OLE color: 5571639.
HSL color Cylindrical-coordinate representation of color #370455: hue angle of 277.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370455 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 4 | 85 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.67 |
| HSL | 277.78º | 0.91% | 0.17% | - |
| HSV(B) | 277.78º | 0.95% | 0.33% | - |
| XYZ | 3.26 | 1.55 | 8.72 | - |
| YUV | 28.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 85 | 0.35 | 0.95 | 0 | 0.67 | 277.78 | 0.91 | 0.17 |
| Hex | 37 | 4 | 55 | 23 | 5F | 0 | 43 | 116 | 5B | 11 |
| Octal | 67 | 4 | 125 | 43 | 137 | 0 | 103 | 426 | 133 | 21 |
| Binary | 110111 | 100 | 1010101 | 100011 | 1011111 | 0 | 1000011 | 100010110 | 1011011 | 10001 |
Color Harmonies of #370455
Complementary color
Monochromatic Colors of #370455
Black with #370455
Text Example
Text Example
White with #370455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370455; }
p { color: rgb(55,4,85); }
H1.HeaderClassName
{
color: #370455;
}
.AnyTagClassName
{
color: #370455;
}
</style>
background-color css
<style>
a { background-color: #370455; }
a { background-color: rgb(55,4,85); }
div.DivClassName
{
background-color: #370455;
}
.BgClassName
{
background-color: #370455;
}
</style>
border-color css
<style>
span { border-color: #370455; }
span { border-color: rgb(55,4,85); }
td.TdClassName
{
border-color: #370455;
}
.TagClassName
{
border-color: #370455;
}
</style>