Shades of Blackcurrant #370753
Tints of Blackcurrant #370753
RGB
CMYK
RGB Variations
Color information
#370753 (or 0x370753) is known color: Blackcurrant. HEX triplet: 37, 07 and 53. RGB value is (55,7,83). Sum of RGB (Red+Green+Blue) = 55+7+83=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #370753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370753 is #C8F8AC. Grayscale: #1D1D1D. Windows color (decimal): -13170861 or 5441335. OLE color: 5441335.
HSL color Cylindrical-coordinate representation of color #370753: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370753 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 7 | 83 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.67 |
| HSL | 277.89º | 0.84% | 0.18% | - |
| HSV(B) | 277.89º | 0.92% | 0.33% | - |
| XYZ | 3.21 | 1.59 | 8.32 | - |
| YUV | 30.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 83 | 0.34 | 0.92 | 0 | 0.67 | 277.89 | 0.84 | 0.18 |
| Hex | 37 | 7 | 53 | 22 | 5C | 0 | 43 | 116 | 54 | 12 |
| Octal | 67 | 7 | 123 | 42 | 134 | 0 | 103 | 426 | 124 | 22 |
| Binary | 110111 | 111 | 1010011 | 100010 | 1011100 | 0 | 1000011 | 100010110 | 1010100 | 10010 |
Color Harmonies of #370753
Complementary color
Monochromatic Colors of #370753
Black with #370753
Text Example
Text Example
White with #370753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370753; }
p { color: rgb(55,7,83); }
H1.HeaderClassName
{
color: #370753;
}
.AnyTagClassName
{
color: #370753;
}
</style>
background-color css
<style>
a { background-color: #370753; }
a { background-color: rgb(55,7,83); }
div.DivClassName
{
background-color: #370753;
}
.BgClassName
{
background-color: #370753;
}
</style>
border-color css
<style>
span { border-color: #370753; }
span { border-color: rgb(55,7,83); }
td.TdClassName
{
border-color: #370753;
}
.TagClassName
{
border-color: #370753;
}
</style>