Shades of Blackcurrant #37144D
Tints of Blackcurrant #37144D
RGB
CMYK
RGB Variations
Color information
#37144D (or 0x37144D) is known color: Blackcurrant. HEX triplet: 37, 14 and 4D. RGB value is (55,20,77). Sum of RGB (Red+Green+Blue) = 55+20+77=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #37144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37144D is #C8EBB2. Grayscale: #242424. Windows color (decimal): -13167539 or 5051447. OLE color: 5051447.
HSL color Cylindrical-coordinate representation of color #37144D: hue angle of 276.84º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37144D is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 20 | 77 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.70 |
| HSL | 276.84º | 0.59% | 0.19% | - |
| HSV(B) | 276.84º | 0.74% | 0.3% | - |
| XYZ | 3.17 | 1.85 | 7.21 | - |
| YUV | 36.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 77 | 0.29 | 0.74 | 0 | 0.70 | 276.84 | 0.59 | 0.19 |
| Hex | 37 | 14 | 4D | 1D | 4A | 0 | 46 | 115 | 3B | 13 |
| Octal | 67 | 24 | 115 | 35 | 112 | 0 | 106 | 425 | 73 | 23 |
| Binary | 110111 | 10100 | 1001101 | 11101 | 1001010 | 0 | 1000110 | 100010101 | 111011 | 10011 |
Color Harmonies of #37144D
Complementary color
Monochromatic Colors of #37144D
Black with #37144D
Text Example
Text Example
White with #37144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37144D; }
p { color: rgb(55,20,77); }
H1.HeaderClassName
{
color: #37144D;
}
.AnyTagClassName
{
color: #37144D;
}
</style>
background-color css
<style>
a { background-color: #37144D; }
a { background-color: rgb(55,20,77); }
div.DivClassName
{
background-color: #37144D;
}
.BgClassName
{
background-color: #37144D;
}
</style>
border-color css
<style>
span { border-color: #37144D; }
span { border-color: rgb(55,20,77); }
td.TdClassName
{
border-color: #37144D;
}
.TagClassName
{
border-color: #37144D;
}
</style>