Shades of Blackcurrant #37034C
Tints of Blackcurrant #37034C
RGB
CMYK
RGB Variations
Color information
#37034C (or 0x37034C) is known color: Blackcurrant. HEX triplet: 37, 03 and 4C. RGB value is (55,3,76). Sum of RGB (Red+Green+Blue) = 55+3+76=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #37034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37034C is #C8FCB3. Grayscale: #1A1A1A. Windows color (decimal): -13171892 or 4981559. OLE color: 4981559.
HSL color Cylindrical-coordinate representation of color #37034C: hue angle of 282.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37034C is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 3 | 76 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.70 |
| HSL | 282.74º | 0.92% | 0.15% | - |
| HSV(B) | 282.74º | 0.96% | 0.3% | - |
| XYZ | 2.91 | 1.4 | 6.95 | - |
| YUV | 26.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 76 | 0.28 | 0.96 | 0 | 0.70 | 282.74 | 0.92 | 0.15 |
| Hex | 37 | 3 | 4C | 1C | 60 | 0 | 46 | 11B | 5C | F |
| Octal | 67 | 3 | 114 | 34 | 140 | 0 | 106 | 433 | 134 | 17 |
| Binary | 110111 | 11 | 1001100 | 11100 | 1100000 | 0 | 1000110 | 100011011 | 1011100 | 1111 |
Color Harmonies of #37034C
Complementary color
Monochromatic Colors of #37034C
Black with #37034C
Text Example
Text Example
White with #37034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37034C; }
p { color: rgb(55,3,76); }
H1.HeaderClassName
{
color: #37034C;
}
.AnyTagClassName
{
color: #37034C;
}
</style>
background-color css
<style>
a { background-color: #37034C; }
a { background-color: rgb(55,3,76); }
div.DivClassName
{
background-color: #37034C;
}
.BgClassName
{
background-color: #37034C;
}
</style>
border-color css
<style>
span { border-color: #37034C; }
span { border-color: rgb(55,3,76); }
td.TdClassName
{
border-color: #37034C;
}
.TagClassName
{
border-color: #37034C;
}
</style>