Shades of Blackcurrant #37004C
Tints of Blackcurrant #37004C
RGB
CMYK
RGB Variations
Color information
#37004C (or 0x37004C) is known color: Blackcurrant. HEX triplet: 37, 00 and 4C. RGB value is (55,0,76). Sum of RGB (Red+Green+Blue) = 55+0+76=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #37004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37004C is #C8FFB3. Grayscale: #181818. Windows color (decimal): -13172660 or 4980791. OLE color: 4980791.
HSL color Cylindrical-coordinate representation of color #37004C: hue angle of 283.42º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37004C is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 0 | 76 | - |
| CMYK | 0.28 | 1 | 0 | 0.70 |
| HSL | 283.42º | 1% | 0.15% | - |
| HSV(B) | 283.42º | 1% | 0.3% | - |
| XYZ | 2.88 | 1.33 | 6.94 | - |
| YUV | 25.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 76 | 0.28 | 1 | 0 | 0.70 | 283.42 | 1 | 0.15 |
| Hex | 37 | 0 | 4C | 1C | 64 | 0 | 46 | 11B | 64 | F |
| Octal | 67 | 0 | 114 | 34 | 144 | 0 | 106 | 433 | 144 | 17 |
| Binary | 110111 | 0 | 1001100 | 11100 | 1100100 | 0 | 1000110 | 100011011 | 1100100 | 1111 |
Color Harmonies of #37004C
Complementary color
Monochromatic Colors of #37004C
Black with #37004C
Text Example
Text Example
White with #37004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37004C; }
p { color: rgb(55,0,76); }
H1.HeaderClassName
{
color: #37004C;
}
.AnyTagClassName
{
color: #37004C;
}
</style>
background-color css
<style>
a { background-color: #37004C; }
a { background-color: rgb(55,0,76); }
div.DivClassName
{
background-color: #37004C;
}
.BgClassName
{
background-color: #37004C;
}
</style>
border-color css
<style>
span { border-color: #37004C; }
span { border-color: rgb(55,0,76); }
td.TdClassName
{
border-color: #37004C;
}
.TagClassName
{
border-color: #37004C;
}
</style>