Shades of Blackcurrant #370249
Tints of Blackcurrant #370249
RGB
CMYK
RGB Variations
Color information
#370249 (or 0x370249) is known color: Blackcurrant. HEX triplet: 37, 02 and 49. RGB value is (55,2,73). Sum of RGB (Red+Green+Blue) = 55+2+73=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #370249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370249 is #C8FDB6. Grayscale: #191919. Windows color (decimal): -13172151 or 4784695. OLE color: 4784695.
HSL color Cylindrical-coordinate representation of color #370249: hue angle of 284.79º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370249 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 2 | 73 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.71 |
| HSL | 284.79º | 0.95% | 0.15% | - |
| HSV(B) | 284.79º | 0.97% | 0.29% | - |
| XYZ | 2.8 | 1.34 | 6.41 | - |
| YUV | 25.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 73 | 0.25 | 0.97 | 0 | 0.71 | 284.79 | 0.95 | 0.15 |
| Hex | 37 | 2 | 49 | 19 | 61 | 0 | 47 | 11D | 5F | F |
| Octal | 67 | 2 | 111 | 31 | 141 | 0 | 107 | 435 | 137 | 17 |
| Binary | 110111 | 10 | 1001001 | 11001 | 1100001 | 0 | 1000111 | 100011101 | 1011111 | 1111 |
Color Harmonies of #370249
Complementary color
Monochromatic Colors of #370249
Black with #370249
Text Example
Text Example
White with #370249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370249; }
p { color: rgb(55,2,73); }
H1.HeaderClassName
{
color: #370249;
}
.AnyTagClassName
{
color: #370249;
}
</style>
background-color css
<style>
a { background-color: #370249; }
a { background-color: rgb(55,2,73); }
div.DivClassName
{
background-color: #370249;
}
.BgClassName
{
background-color: #370249;
}
</style>
border-color css
<style>
span { border-color: #370249; }
span { border-color: rgb(55,2,73); }
td.TdClassName
{
border-color: #370249;
}
.TagClassName
{
border-color: #370249;
}
</style>