Shades of Blackcurrant #370552
Tints of Blackcurrant #370552
RGB
CMYK
RGB Variations
Color information
#370552 (or 0x370552) is known color: Blackcurrant. HEX triplet: 37, 05 and 52. RGB value is (55,5,82). Sum of RGB (Red+Green+Blue) = 55+5+82=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #370552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370552 is #C8FAAD. Grayscale: #1C1C1C. Windows color (decimal): -13171374 or 5375287. OLE color: 5375287.
HSL color Cylindrical-coordinate representation of color #370552: hue angle of 278.96º degrees, saturation: 0.89, 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 #370552 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 5 | 82 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.68 |
| HSL | 278.96º | 0.89% | 0.17% | - |
| HSV(B) | 278.96º | 0.94% | 0.32% | - |
| XYZ | 3.15 | 1.53 | 8.11 | - |
| YUV | 28.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 82 | 0.33 | 0.94 | 0 | 0.68 | 278.96 | 0.89 | 0.17 |
| Hex | 37 | 5 | 52 | 21 | 5E | 0 | 44 | 117 | 59 | 11 |
| Octal | 67 | 5 | 122 | 41 | 136 | 0 | 104 | 427 | 131 | 21 |
| Binary | 110111 | 101 | 1010010 | 100001 | 1011110 | 0 | 1000100 | 100010111 | 1011001 | 10001 |
Color Harmonies of #370552
Complementary color
Monochromatic Colors of #370552
Black with #370552
Text Example
Text Example
White with #370552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370552; }
p { color: rgb(55,5,82); }
H1.HeaderClassName
{
color: #370552;
}
.AnyTagClassName
{
color: #370552;
}
</style>
background-color css
<style>
a { background-color: #370552; }
a { background-color: rgb(55,5,82); }
div.DivClassName
{
background-color: #370552;
}
.BgClassName
{
background-color: #370552;
}
</style>
border-color css
<style>
span { border-color: #370552; }
span { border-color: rgb(55,5,82); }
td.TdClassName
{
border-color: #370552;
}
.TagClassName
{
border-color: #370552;
}
</style>