Shades of Blackcurrant #37053D
Tints of Blackcurrant #37053D
RGB
CMYK
RGB Variations
Color information
#37053D (or 0x37053D) is known color: Blackcurrant. HEX triplet: 37, 05 and 3D. RGB value is (55,5,61). Sum of RGB (Red+Green+Blue) = 55+5+61=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #37053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053D is #C8FAC2. Grayscale: #1A1A1A. Windows color (decimal): -13171395 or 3999031. OLE color: 3999031.
HSL color Cylindrical-coordinate representation of color #37053D: hue angle of 293.57º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053D is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 5 | 61 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.76 |
| HSL | 293.57º | 0.85% | 0.13% | - |
| HSV(B) | 293.57º | 0.92% | 0.24% | - |
| XYZ | 2.47 | 1.26 | 4.53 | - |
| YUV | 26.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 61 | 0.10 | 0.92 | 0 | 0.76 | 293.57 | 0.85 | 0.13 |
| Hex | 37 | 5 | 3D | A | 5C | 0 | 4C | 126 | 55 | D |
| Octal | 67 | 5 | 75 | 12 | 134 | 0 | 114 | 446 | 125 | 15 |
| Binary | 110111 | 101 | 111101 | 1010 | 1011100 | 0 | 1001100 | 100100110 | 1010101 | 1101 |
Color Harmonies of #37053D
Complementary color
Monochromatic Colors of #37053D
Black with #37053D
Text Example
Text Example
White with #37053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37053D; }
p { color: rgb(55,5,61); }
H1.HeaderClassName
{
color: #37053D;
}
.AnyTagClassName
{
color: #37053D;
}
</style>
background-color css
<style>
a { background-color: #37053D; }
a { background-color: rgb(55,5,61); }
div.DivClassName
{
background-color: #37053D;
}
.BgClassName
{
background-color: #37053D;
}
</style>
border-color css
<style>
span { border-color: #37053D; }
span { border-color: rgb(55,5,61); }
td.TdClassName
{
border-color: #37053D;
}
.TagClassName
{
border-color: #37053D;
}
</style>