Shades of Blackcurrant #37134D
Tints of Blackcurrant #37134D
RGB
CMYK
RGB Variations
Color information
#37134D (or 0x37134D) is known color: Blackcurrant. HEX triplet: 37, 13 and 4D. RGB value is (55,19,77). Sum of RGB (Red+Green+Blue) = 55+19+77=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #37134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37134D is #C8ECB2. Grayscale: #242424. Windows color (decimal): -13167795 or 5051191. OLE color: 5051191.
HSL color Cylindrical-coordinate representation of color #37134D: hue angle of 277.24º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37134D is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 19 | 77 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.70 |
| HSL | 277.24º | 0.6% | 0.19% | - |
| HSV(B) | 277.24º | 0.75% | 0.3% | - |
| XYZ | 3.15 | 1.81 | 7.21 | - |
| YUV | 36.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 77 | 0.29 | 0.75 | 0 | 0.70 | 277.24 | 0.6 | 0.19 |
| Hex | 37 | 13 | 4D | 1D | 4B | 0 | 46 | 115 | 3C | 13 |
| Octal | 67 | 23 | 115 | 35 | 113 | 0 | 106 | 425 | 74 | 23 |
| Binary | 110111 | 10011 | 1001101 | 11101 | 1001011 | 0 | 1000110 | 100010101 | 111100 | 10011 |
Color Harmonies of #37134D
Complementary color
Monochromatic Colors of #37134D
Black with #37134D
Text Example
Text Example
White with #37134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37134D; }
p { color: rgb(55,19,77); }
H1.HeaderClassName
{
color: #37134D;
}
.AnyTagClassName
{
color: #37134D;
}
</style>
background-color css
<style>
a { background-color: #37134D; }
a { background-color: rgb(55,19,77); }
div.DivClassName
{
background-color: #37134D;
}
.BgClassName
{
background-color: #37134D;
}
</style>
border-color css
<style>
span { border-color: #37134D; }
span { border-color: rgb(55,19,77); }
td.TdClassName
{
border-color: #37134D;
}
.TagClassName
{
border-color: #37134D;
}
</style>