Shades of Blackcurrant #37054C
Tints of Blackcurrant #37054C
RGB
CMYK
RGB Variations
Color information
#37054C (or 0x37054C) is known color: Blackcurrant. HEX triplet: 37, 05 and 4C. RGB value is (55,5,76). Sum of RGB (Red+Green+Blue) = 55+5+76=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #37054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37054C is #C8FAB3. Grayscale: #1B1B1B. Windows color (decimal): -13171380 or 4982071. OLE color: 4982071.
HSL color Cylindrical-coordinate representation of color #37054C: hue angle of 282.25º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37054C is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 5 | 76 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.70 |
| HSL | 282.25º | 0.88% | 0.16% | - |
| HSV(B) | 282.25º | 0.93% | 0.3% | - |
| XYZ | 2.93 | 1.44 | 6.96 | - |
| YUV | 28.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 76 | 0.28 | 0.93 | 0 | 0.70 | 282.25 | 0.88 | 0.16 |
| Hex | 37 | 5 | 4C | 1C | 5D | 0 | 46 | 11A | 58 | 10 |
| Octal | 67 | 5 | 114 | 34 | 135 | 0 | 106 | 432 | 130 | 20 |
| Binary | 110111 | 101 | 1001100 | 11100 | 1011101 | 0 | 1000110 | 100011010 | 1011000 | 10000 |
Color Harmonies of #37054C
Complementary color
Monochromatic Colors of #37054C
Black with #37054C
Text Example
Text Example
White with #37054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37054C; }
p { color: rgb(55,5,76); }
H1.HeaderClassName
{
color: #37054C;
}
.AnyTagClassName
{
color: #37054C;
}
</style>
background-color css
<style>
a { background-color: #37054C; }
a { background-color: rgb(55,5,76); }
div.DivClassName
{
background-color: #37054C;
}
.BgClassName
{
background-color: #37054C;
}
</style>
border-color css
<style>
span { border-color: #37054C; }
span { border-color: rgb(55,5,76); }
td.TdClassName
{
border-color: #37054C;
}
.TagClassName
{
border-color: #37054C;
}
</style>