Shades of Blackcurrant #37094E
Tints of Blackcurrant #37094E
RGB
CMYK
RGB Variations
Color information
#37094E (or 0x37094E) is known color: Blackcurrant. HEX triplet: 37, 09 and 4E. RGB value is (55,9,78). Sum of RGB (Red+Green+Blue) = 55+9+78=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #37094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37094E is #C8F6B1. Grayscale: #1E1E1E. Windows color (decimal): -13170354 or 5114167. OLE color: 5114167.
HSL color Cylindrical-coordinate representation of color #37094E: hue angle of 280º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37094E is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 9 | 78 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.69 |
| HSL | 280º | 0.79% | 0.17% | - |
| HSV(B) | 280º | 0.88% | 0.31% | - |
| XYZ | 3.05 | 1.56 | 7.35 | - |
| YUV | 30.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 78 | 0.29 | 0.88 | 0 | 0.69 | 280 | 0.79 | 0.17 |
| Hex | 37 | 9 | 4E | 1D | 58 | 0 | 45 | 118 | 4F | 11 |
| Octal | 67 | 11 | 116 | 35 | 130 | 0 | 105 | 430 | 117 | 21 |
| Binary | 110111 | 1001 | 1001110 | 11101 | 1011000 | 0 | 1000101 | 100011000 | 1001111 | 10001 |
Color Harmonies of #37094E
Complementary color
Monochromatic Colors of #37094E
Black with #37094E
Text Example
Text Example
White with #37094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37094E; }
p { color: rgb(55,9,78); }
H1.HeaderClassName
{
color: #37094E;
}
.AnyTagClassName
{
color: #37094E;
}
</style>
background-color css
<style>
a { background-color: #37094E; }
a { background-color: rgb(55,9,78); }
div.DivClassName
{
background-color: #37094E;
}
.BgClassName
{
background-color: #37094E;
}
</style>
border-color css
<style>
span { border-color: #37094E; }
span { border-color: rgb(55,9,78); }
td.TdClassName
{
border-color: #37094E;
}
.TagClassName
{
border-color: #37094E;
}
</style>