Shades of Blackcurrant #37063D
Tints of Blackcurrant #37063D
RGB
CMYK
RGB Variations
Color information
#37063D (or 0x37063D) is known color: Blackcurrant. HEX triplet: 37, 06 and 3D. RGB value is (55,6,61). Sum of RGB (Red+Green+Blue) = 55+6+61=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #37063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37063D is #C8F9C2. Grayscale: #1A1A1A. Windows color (decimal): -13171139 or 3999287. OLE color: 3999287.
HSL color Cylindrical-coordinate representation of color #37063D: hue angle of 293.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37063D is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 6 | 61 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.76 |
| HSL | 293.45º | 0.82% | 0.13% | - |
| HSV(B) | 293.45º | 0.9% | 0.24% | - |
| XYZ | 2.48 | 1.28 | 4.53 | - |
| YUV | 26.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 61 | 0.10 | 0.90 | 0 | 0.76 | 293.45 | 0.82 | 0.13 |
| Hex | 37 | 6 | 3D | A | 5A | 0 | 4C | 125 | 52 | D |
| Octal | 67 | 6 | 75 | 12 | 132 | 0 | 114 | 445 | 122 | 15 |
| Binary | 110111 | 110 | 111101 | 1010 | 1011010 | 0 | 1001100 | 100100101 | 1010010 | 1101 |
Color Harmonies of #37063D
Complementary color
Monochromatic Colors of #37063D
Black with #37063D
Text Example
Text Example
White with #37063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37063D; }
p { color: rgb(55,6,61); }
H1.HeaderClassName
{
color: #37063D;
}
.AnyTagClassName
{
color: #37063D;
}
</style>
background-color css
<style>
a { background-color: #37063D; }
a { background-color: rgb(55,6,61); }
div.DivClassName
{
background-color: #37063D;
}
.BgClassName
{
background-color: #37063D;
}
</style>
border-color css
<style>
span { border-color: #37063D; }
span { border-color: rgb(55,6,61); }
td.TdClassName
{
border-color: #37063D;
}
.TagClassName
{
border-color: #37063D;
}
</style>