Shades of Blackcurrant #37054F
Tints of Blackcurrant #37054F
RGB
CMYK
RGB Variations
Color information
#37054F (or 0x37054F) is known color: Blackcurrant. HEX triplet: 37, 05 and 4F. RGB value is (55,5,79). Sum of RGB (Red+Green+Blue) = 55+5+79=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #37054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37054F is #C8FAB0. Grayscale: #1C1C1C. Windows color (decimal): -13171377 or 5178679. OLE color: 5178679.
HSL color Cylindrical-coordinate representation of color #37054F: hue angle of 280.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37054F is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 5 | 79 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.69 |
| HSL | 280.54º | 0.88% | 0.16% | - |
| HSV(B) | 280.54º | 0.94% | 0.31% | - |
| XYZ | 3.04 | 1.49 | 7.52 | - |
| YUV | 28.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 79 | 0.30 | 0.94 | 0 | 0.69 | 280.54 | 0.88 | 0.16 |
| Hex | 37 | 5 | 4F | 1E | 5E | 0 | 45 | 119 | 58 | 10 |
| Octal | 67 | 5 | 117 | 36 | 136 | 0 | 105 | 431 | 130 | 20 |
| Binary | 110111 | 101 | 1001111 | 11110 | 1011110 | 0 | 1000101 | 100011001 | 1011000 | 10000 |
Color Harmonies of #37054F
Complementary color
Monochromatic Colors of #37054F
Black with #37054F
Text Example
Text Example
White with #37054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37054F; }
p { color: rgb(55,5,79); }
H1.HeaderClassName
{
color: #37054F;
}
.AnyTagClassName
{
color: #37054F;
}
</style>
background-color css
<style>
a { background-color: #37054F; }
a { background-color: rgb(55,5,79); }
div.DivClassName
{
background-color: #37054F;
}
.BgClassName
{
background-color: #37054F;
}
</style>
border-color css
<style>
span { border-color: #37054F; }
span { border-color: rgb(55,5,79); }
td.TdClassName
{
border-color: #37054F;
}
.TagClassName
{
border-color: #37054F;
}
</style>