Shades of Blackcurrant #37124D
Tints of Blackcurrant #37124D
RGB
CMYK
RGB Variations
Color information
#37124D (or 0x37124D) is known color: Blackcurrant. HEX triplet: 37, 12 and 4D. RGB value is (55,18,77). Sum of RGB (Red+Green+Blue) = 55+18+77=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #37124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37124D is #C8EDB2. Grayscale: #232323. Windows color (decimal): -13168051 or 5050935. OLE color: 5050935.
HSL color Cylindrical-coordinate representation of color #37124D: hue angle of 277.63º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37124D is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 18 | 77 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.70 |
| HSL | 277.63º | 0.62% | 0.19% | - |
| HSV(B) | 277.63º | 0.77% | 0.3% | - |
| XYZ | 3.13 | 1.78 | 7.2 | - |
| YUV | 35.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 77 | 0.29 | 0.77 | 0 | 0.70 | 277.63 | 0.62 | 0.19 |
| Hex | 37 | 12 | 4D | 1D | 4D | 0 | 46 | 116 | 3E | 13 |
| Octal | 67 | 22 | 115 | 35 | 115 | 0 | 106 | 426 | 76 | 23 |
| Binary | 110111 | 10010 | 1001101 | 11101 | 1001101 | 0 | 1000110 | 100010110 | 111110 | 10011 |
Color Harmonies of #37124D
Complementary color
Monochromatic Colors of #37124D
Black with #37124D
Text Example
Text Example
White with #37124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37124D; }
p { color: rgb(55,18,77); }
H1.HeaderClassName
{
color: #37124D;
}
.AnyTagClassName
{
color: #37124D;
}
</style>
background-color css
<style>
a { background-color: #37124D; }
a { background-color: rgb(55,18,77); }
div.DivClassName
{
background-color: #37124D;
}
.BgClassName
{
background-color: #37124D;
}
</style>
border-color css
<style>
span { border-color: #37124D; }
span { border-color: rgb(55,18,77); }
td.TdClassName
{
border-color: #37124D;
}
.TagClassName
{
border-color: #37124D;
}
</style>