Shades of Blackcurrant #370949
Tints of Blackcurrant #370949
RGB
CMYK
RGB Variations
Color information
#370949 (or 0x370949) is known color: Blackcurrant. HEX triplet: 37, 09 and 49. RGB value is (55,9,73). Sum of RGB (Red+Green+Blue) = 55+9+73=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #370949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370949 is #C8F6B6. Grayscale: #1D1D1D. Windows color (decimal): -13170359 or 4786487. OLE color: 4786487.
HSL color Cylindrical-coordinate representation of color #370949: hue angle of 283.12º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370949 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 9 | 73 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.71 |
| HSL | 283.13º | 0.78% | 0.16% | - |
| HSV(B) | 283.13º | 0.88% | 0.29% | - |
| XYZ | 2.88 | 1.49 | 6.44 | - |
| YUV | 30.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 73 | 0.25 | 0.88 | 0 | 0.71 | 283.13 | 0.78 | 0.16 |
| Hex | 37 | 9 | 49 | 19 | 58 | 0 | 47 | 11B | 4E | 10 |
| Octal | 67 | 11 | 111 | 31 | 130 | 0 | 107 | 433 | 116 | 20 |
| Binary | 110111 | 1001 | 1001001 | 11001 | 1011000 | 0 | 1000111 | 100011011 | 1001110 | 10000 |
Color Harmonies of #370949
Complementary color
Monochromatic Colors of #370949
Black with #370949
Text Example
Text Example
White with #370949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370949; }
p { color: rgb(55,9,73); }
H1.HeaderClassName
{
color: #370949;
}
.AnyTagClassName
{
color: #370949;
}
</style>
background-color css
<style>
a { background-color: #370949; }
a { background-color: rgb(55,9,73); }
div.DivClassName
{
background-color: #370949;
}
.BgClassName
{
background-color: #370949;
}
</style>
border-color css
<style>
span { border-color: #370949; }
span { border-color: rgb(55,9,73); }
td.TdClassName
{
border-color: #370949;
}
.TagClassName
{
border-color: #370949;
}
</style>