Shades of Blackcurrant #37063F
Tints of Blackcurrant #37063F
RGB
CMYK
RGB Variations
Color information
#37063F (or 0x37063F) is known color: Blackcurrant. HEX triplet: 37, 06 and 3F. RGB value is (55,6,63). Sum of RGB (Red+Green+Blue) = 55+6+63=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #37063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37063F is #C8F9C0. Grayscale: #1A1A1A. Windows color (decimal): -13171137 or 4130359. OLE color: 4130359.
HSL color Cylindrical-coordinate representation of color #37063F: hue angle of 291.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37063F is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 6 | 63 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.75 |
| HSL | 291.58º | 0.83% | 0.14% | - |
| HSV(B) | 291.58º | 0.9% | 0.25% | - |
| XYZ | 2.54 | 1.3 | 4.82 | - |
| YUV | 27.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 63 | 0.13 | 0.90 | 0 | 0.75 | 291.58 | 0.83 | 0.14 |
| Hex | 37 | 6 | 3F | D | 5A | 0 | 4B | 124 | 53 | E |
| Octal | 67 | 6 | 77 | 15 | 132 | 0 | 113 | 444 | 123 | 16 |
| Binary | 110111 | 110 | 111111 | 1101 | 1011010 | 0 | 1001011 | 100100100 | 1010011 | 1110 |
Color Harmonies of #37063F
Complementary color
Monochromatic Colors of #37063F
Black with #37063F
Text Example
Text Example
White with #37063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37063F; }
p { color: rgb(55,6,63); }
H1.HeaderClassName
{
color: #37063F;
}
.AnyTagClassName
{
color: #37063F;
}
</style>
background-color css
<style>
a { background-color: #37063F; }
a { background-color: rgb(55,6,63); }
div.DivClassName
{
background-color: #37063F;
}
.BgClassName
{
background-color: #37063F;
}
</style>
border-color css
<style>
span { border-color: #37063F; }
span { border-color: rgb(55,6,63); }
td.TdClassName
{
border-color: #37063F;
}
.TagClassName
{
border-color: #37063F;
}
</style>