Shades of Blackcurrant #37084D
Tints of Blackcurrant #37084D
RGB
CMYK
RGB Variations
Color information
#37084D (or 0x37084D) is known color: Blackcurrant. HEX triplet: 37, 08 and 4D. RGB value is (55,8,77). Sum of RGB (Red+Green+Blue) = 55+8+77=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #37084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37084D is #C8F7B2. Grayscale: #1D1D1D. Windows color (decimal): -13170611 or 5048375. OLE color: 5048375.
HSL color Cylindrical-coordinate representation of color #37084D: hue angle of 280.87º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37084D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 8 | 77 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.70 |
| HSL | 280.87º | 0.81% | 0.17% | - |
| HSV(B) | 280.87º | 0.9% | 0.3% | - |
| XYZ | 3 | 1.52 | 7.16 | - |
| YUV | 29.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 77 | 0.29 | 0.90 | 0 | 0.70 | 280.87 | 0.81 | 0.17 |
| Hex | 37 | 8 | 4D | 1D | 5A | 0 | 46 | 119 | 51 | 11 |
| Octal | 67 | 10 | 115 | 35 | 132 | 0 | 106 | 431 | 121 | 21 |
| Binary | 110111 | 1000 | 1001101 | 11101 | 1011010 | 0 | 1000110 | 100011001 | 1010001 | 10001 |
Color Harmonies of #37084D
Complementary color
Monochromatic Colors of #37084D
Black with #37084D
Text Example
Text Example
White with #37084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37084D; }
p { color: rgb(55,8,77); }
H1.HeaderClassName
{
color: #37084D;
}
.AnyTagClassName
{
color: #37084D;
}
</style>
background-color css
<style>
a { background-color: #37084D; }
a { background-color: rgb(55,8,77); }
div.DivClassName
{
background-color: #37084D;
}
.BgClassName
{
background-color: #37084D;
}
</style>
border-color css
<style>
span { border-color: #37084D; }
span { border-color: rgb(55,8,77); }
td.TdClassName
{
border-color: #37084D;
}
.TagClassName
{
border-color: #37084D;
}
</style>