Shades of Blackcurrant #37164A
Tints of Blackcurrant #37164A
RGB
CMYK
RGB Variations
Color information
#37164A (or 0x37164A) is known color: Blackcurrant. HEX triplet: 37, 16 and 4A. RGB value is (55,22,74). Sum of RGB (Red+Green+Blue) = 55+22+74=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #37164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37164A is #C8E9B5. Grayscale: #252525. Windows color (decimal): -13167030 or 4855351. OLE color: 4855351.
HSL color Cylindrical-coordinate representation of color #37164A: hue angle of 278.08º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37164A is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 22 | 74 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.71 |
| HSL | 278.08º | 0.54% | 0.19% | - |
| HSV(B) | 278.08º | 0.7% | 0.29% | - |
| XYZ | 3.1 | 1.88 | 6.68 | - |
| YUV | 37.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 74 | 0.26 | 0.70 | 0 | 0.71 | 278.08 | 0.54 | 0.19 |
| Hex | 37 | 16 | 4A | 1A | 46 | 0 | 47 | 116 | 36 | 13 |
| Octal | 67 | 26 | 112 | 32 | 106 | 0 | 107 | 426 | 66 | 23 |
| Binary | 110111 | 10110 | 1001010 | 11010 | 1000110 | 0 | 1000111 | 100010110 | 110110 | 10011 |
Color Harmonies of #37164A
Complementary color
Monochromatic Colors of #37164A
Black with #37164A
Text Example
Text Example
White with #37164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37164A; }
p { color: rgb(55,22,74); }
H1.HeaderClassName
{
color: #37164A;
}
.AnyTagClassName
{
color: #37164A;
}
</style>
background-color css
<style>
a { background-color: #37164A; }
a { background-color: rgb(55,22,74); }
div.DivClassName
{
background-color: #37164A;
}
.BgClassName
{
background-color: #37164A;
}
</style>
border-color css
<style>
span { border-color: #37164A; }
span { border-color: rgb(55,22,74); }
td.TdClassName
{
border-color: #37164A;
}
.TagClassName
{
border-color: #37164A;
}
</style>