Shades of Blackcurrant #37163F
Tints of Blackcurrant #37163F
RGB
CMYK
RGB Variations
Color information
#37163F (or 0x37163F) is known color: Blackcurrant. HEX triplet: 37, 16 and 3F. RGB value is (55,22,63). Sum of RGB (Red+Green+Blue) = 55+22+63=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #37163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37163F is #C8E9C0. Grayscale: #242424. Windows color (decimal): -13167041 or 4134455. OLE color: 4134455.
HSL color Cylindrical-coordinate representation of color #37163F: hue angle of 288.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37163F is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 22 | 63 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.75 |
| HSL | 288.29º | 0.48% | 0.17% | - |
| HSV(B) | 288.29º | 0.65% | 0.25% | - |
| XYZ | 2.76 | 1.74 | 4.89 | - |
| YUV | 36.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 63 | 0.13 | 0.65 | 0 | 0.75 | 288.29 | 0.48 | 0.17 |
| Hex | 37 | 16 | 3F | D | 41 | 0 | 4B | 120 | 30 | 11 |
| Octal | 67 | 26 | 77 | 15 | 101 | 0 | 113 | 440 | 60 | 21 |
| Binary | 110111 | 10110 | 111111 | 1101 | 1000001 | 0 | 1001011 | 100100000 | 110000 | 10001 |
Color Harmonies of #37163F
Complementary color
Monochromatic Colors of #37163F
Black with #37163F
Text Example
Text Example
White with #37163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37163F; }
p { color: rgb(55,22,63); }
H1.HeaderClassName
{
color: #37163F;
}
.AnyTagClassName
{
color: #37163F;
}
</style>
background-color css
<style>
a { background-color: #37163F; }
a { background-color: rgb(55,22,63); }
div.DivClassName
{
background-color: #37163F;
}
.BgClassName
{
background-color: #37163F;
}
</style>
border-color css
<style>
span { border-color: #37163F; }
span { border-color: rgb(55,22,63); }
td.TdClassName
{
border-color: #37163F;
}
.TagClassName
{
border-color: #37163F;
}
</style>