Shades of Blackcurrant #37094D
Tints of Blackcurrant #37094D
RGB
CMYK
RGB Variations
Color information
#37094D (or 0x37094D) is known color: Blackcurrant. HEX triplet: 37, 09 and 4D. RGB value is (55,9,77). Sum of RGB (Red+Green+Blue) = 55+9+77=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #37094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37094D is #C8F6B2. Grayscale: #1E1E1E. Windows color (decimal): -13170355 or 5048631. OLE color: 5048631.
HSL color Cylindrical-coordinate representation of color #37094D: hue angle of 280.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37094D is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 9 | 77 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.70 |
| HSL | 280.59º | 0.79% | 0.17% | - |
| HSV(B) | 280.59º | 0.88% | 0.3% | - |
| XYZ | 3.01 | 1.54 | 7.16 | - |
| YUV | 30.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 77 | 0.29 | 0.88 | 0 | 0.70 | 280.59 | 0.79 | 0.17 |
| Hex | 37 | 9 | 4D | 1D | 58 | 0 | 46 | 119 | 4F | 11 |
| Octal | 67 | 11 | 115 | 35 | 130 | 0 | 106 | 431 | 117 | 21 |
| Binary | 110111 | 1001 | 1001101 | 11101 | 1011000 | 0 | 1000110 | 100011001 | 1001111 | 10001 |
Color Harmonies of #37094D
Complementary color
Monochromatic Colors of #37094D
Black with #37094D
Text Example
Text Example
White with #37094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37094D; }
p { color: rgb(55,9,77); }
H1.HeaderClassName
{
color: #37094D;
}
.AnyTagClassName
{
color: #37094D;
}
</style>
background-color css
<style>
a { background-color: #37094D; }
a { background-color: rgb(55,9,77); }
div.DivClassName
{
background-color: #37094D;
}
.BgClassName
{
background-color: #37094D;
}
</style>
border-color css
<style>
span { border-color: #37094D; }
span { border-color: rgb(55,9,77); }
td.TdClassName
{
border-color: #37094D;
}
.TagClassName
{
border-color: #37094D;
}
</style>