Shades of Blackcurrant #370549
Tints of Blackcurrant #370549
RGB
CMYK
RGB Variations
Color information
#370549 (or 0x370549) is known color: Blackcurrant. HEX triplet: 37, 05 and 49. RGB value is (55,5,73). Sum of RGB (Red+Green+Blue) = 55+5+73=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #370549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370549 is #C8FAB6. Grayscale: #1B1B1B. Windows color (decimal): -13171383 or 4785463. OLE color: 4785463.
HSL color Cylindrical-coordinate representation of color #370549: hue angle of 284.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370549 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 5 | 73 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.71 |
| HSL | 284.12º | 0.87% | 0.15% | - |
| HSV(B) | 284.12º | 0.93% | 0.29% | - |
| XYZ | 2.83 | 1.4 | 6.42 | - |
| YUV | 27.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 73 | 0.25 | 0.93 | 0 | 0.71 | 284.12 | 0.87 | 0.15 |
| Hex | 37 | 5 | 49 | 19 | 5D | 0 | 47 | 11C | 57 | F |
| Octal | 67 | 5 | 111 | 31 | 135 | 0 | 107 | 434 | 127 | 17 |
| Binary | 110111 | 101 | 1001001 | 11001 | 1011101 | 0 | 1000111 | 100011100 | 1010111 | 1111 |
Color Harmonies of #370549
Complementary color
Monochromatic Colors of #370549
Black with #370549
Text Example
Text Example
White with #370549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370549; }
p { color: rgb(55,5,73); }
H1.HeaderClassName
{
color: #370549;
}
.AnyTagClassName
{
color: #370549;
}
</style>
background-color css
<style>
a { background-color: #370549; }
a { background-color: rgb(55,5,73); }
div.DivClassName
{
background-color: #370549;
}
.BgClassName
{
background-color: #370549;
}
</style>
border-color css
<style>
span { border-color: #370549; }
span { border-color: rgb(55,5,73); }
td.TdClassName
{
border-color: #370549;
}
.TagClassName
{
border-color: #370549;
}
</style>