Shades of Blackcurrant #37054A
Tints of Blackcurrant #37054A
RGB
CMYK
RGB Variations
Color information
#37054A (or 0x37054A) is known color: Blackcurrant. HEX triplet: 37, 05 and 4A. RGB value is (55,5,74). Sum of RGB (Red+Green+Blue) = 55+5+74=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #37054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37054A is #C8FAB5. Grayscale: #1B1B1B. Windows color (decimal): -13171382 or 4850999. OLE color: 4850999.
HSL color Cylindrical-coordinate representation of color #37054A: hue angle of 283.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37054A is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 5 | 74 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.71 |
| HSL | 283.48º | 0.87% | 0.15% | - |
| HSV(B) | 283.48º | 0.93% | 0.29% | - |
| XYZ | 2.87 | 1.42 | 6.6 | - |
| YUV | 27.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 74 | 0.26 | 0.93 | 0 | 0.71 | 283.48 | 0.87 | 0.15 |
| Hex | 37 | 5 | 4A | 1A | 5D | 0 | 47 | 11B | 57 | F |
| Octal | 67 | 5 | 112 | 32 | 135 | 0 | 107 | 433 | 127 | 17 |
| Binary | 110111 | 101 | 1001010 | 11010 | 1011101 | 0 | 1000111 | 100011011 | 1010111 | 1111 |
Color Harmonies of #37054A
Complementary color
Monochromatic Colors of #37054A
Black with #37054A
Text Example
Text Example
White with #37054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37054A; }
p { color: rgb(55,5,74); }
H1.HeaderClassName
{
color: #37054A;
}
.AnyTagClassName
{
color: #37054A;
}
</style>
background-color css
<style>
a { background-color: #37054A; }
a { background-color: rgb(55,5,74); }
div.DivClassName
{
background-color: #37054A;
}
.BgClassName
{
background-color: #37054A;
}
</style>
border-color css
<style>
span { border-color: #37054A; }
span { border-color: rgb(55,5,74); }
td.TdClassName
{
border-color: #37054A;
}
.TagClassName
{
border-color: #37054A;
}
</style>