Shades of Blackcurrant #370551
Tints of Blackcurrant #370551
RGB
CMYK
RGB Variations
Color information
#370551 (or 0x370551) is known color: Blackcurrant. HEX triplet: 37, 05 and 51. RGB value is (55,5,81). Sum of RGB (Red+Green+Blue) = 55+5+81=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #370551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370551 is #C8FAAE. Grayscale: #1C1C1C. Windows color (decimal): -13171375 or 5309751. OLE color: 5309751.
HSL color Cylindrical-coordinate representation of color #370551: hue angle of 279.47º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370551 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 5 | 81 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.68 |
| HSL | 279.47º | 0.88% | 0.17% | - |
| HSV(B) | 279.47º | 0.94% | 0.32% | - |
| XYZ | 3.12 | 1.51 | 7.91 | - |
| YUV | 28.61 | 157.57 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 81 | 0.32 | 0.94 | 0 | 0.68 | 279.47 | 0.88 | 0.17 |
| Hex | 37 | 5 | 51 | 20 | 5E | 0 | 44 | 117 | 58 | 11 |
| Octal | 67 | 5 | 121 | 40 | 136 | 0 | 104 | 427 | 130 | 21 |
| Binary | 110111 | 101 | 1010001 | 100000 | 1011110 | 0 | 1000100 | 100010111 | 1011000 | 10001 |
Color Harmonies of #370551
Complementary color
Monochromatic Colors of #370551
Black with #370551
Text Example
Text Example
White with #370551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370551; }
p { color: rgb(55,5,81); }
H1.HeaderClassName
{
color: #370551;
}
.AnyTagClassName
{
color: #370551;
}
</style>
background-color css
<style>
a { background-color: #370551; }
a { background-color: rgb(55,5,81); }
div.DivClassName
{
background-color: #370551;
}
.BgClassName
{
background-color: #370551;
}
</style>
border-color css
<style>
span { border-color: #370551; }
span { border-color: rgb(55,5,81); }
td.TdClassName
{
border-color: #370551;
}
.TagClassName
{
border-color: #370551;
}
</style>