Shades of Blackcurrant #371249
Tints of Blackcurrant #371249
RGB
CMYK
RGB Variations
Color information
#371249 (or 0x371249) is known color: Blackcurrant. HEX triplet: 37, 12 and 49. RGB value is (55,18,73). Sum of RGB (Red+Green+Blue) = 55+18+73=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #371249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371249 is #C8EDB6. Grayscale: #232323. Windows color (decimal): -13168055 or 4788791. OLE color: 4788791.
HSL color Cylindrical-coordinate representation of color #371249: hue angle of 280.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371249 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 18 | 73 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.71 |
| HSL | 280.36º | 0.6% | 0.18% | - |
| HSV(B) | 280.36º | 0.75% | 0.29% | - |
| XYZ | 2.99 | 1.73 | 6.48 | - |
| YUV | 35.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 73 | 0.25 | 0.75 | 0 | 0.71 | 280.36 | 0.6 | 0.18 |
| Hex | 37 | 12 | 49 | 19 | 4B | 0 | 47 | 118 | 3C | 12 |
| Octal | 67 | 22 | 111 | 31 | 113 | 0 | 107 | 430 | 74 | 22 |
| Binary | 110111 | 10010 | 1001001 | 11001 | 1001011 | 0 | 1000111 | 100011000 | 111100 | 10010 |
Color Harmonies of #371249
Complementary color
Monochromatic Colors of #371249
Black with #371249
Text Example
Text Example
White with #371249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371249; }
p { color: rgb(55,18,73); }
H1.HeaderClassName
{
color: #371249;
}
.AnyTagClassName
{
color: #371249;
}
</style>
background-color css
<style>
a { background-color: #371249; }
a { background-color: rgb(55,18,73); }
div.DivClassName
{
background-color: #371249;
}
.BgClassName
{
background-color: #371249;
}
</style>
border-color css
<style>
span { border-color: #371249; }
span { border-color: rgb(55,18,73); }
td.TdClassName
{
border-color: #371249;
}
.TagClassName
{
border-color: #371249;
}
</style>