Shades of Blackcurrant #37114B
Tints of Blackcurrant #37114B
RGB
CMYK
RGB Variations
Color information
#37114B (or 0x37114B) is known color: Blackcurrant. HEX triplet: 37, 11 and 4B. RGB value is (55,17,75). Sum of RGB (Red+Green+Blue) = 55+17+75=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #37114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37114B is #C8EEB4. Grayscale: #222222. Windows color (decimal): -13168309 or 4919607. OLE color: 4919607.
HSL color Cylindrical-coordinate representation of color #37114B: hue angle of 279.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37114B is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 17 | 75 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.71 |
| HSL | 279.31º | 0.63% | 0.18% | - |
| HSV(B) | 279.31º | 0.77% | 0.29% | - |
| XYZ | 3.05 | 1.72 | 6.83 | - |
| YUV | 34.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 75 | 0.27 | 0.77 | 0 | 0.71 | 279.31 | 0.63 | 0.18 |
| Hex | 37 | 11 | 4B | 1B | 4D | 0 | 47 | 117 | 3F | 12 |
| Octal | 67 | 21 | 113 | 33 | 115 | 0 | 107 | 427 | 77 | 22 |
| Binary | 110111 | 10001 | 1001011 | 11011 | 1001101 | 0 | 1000111 | 100010111 | 111111 | 10010 |
Color Harmonies of #37114B
Complementary color
Monochromatic Colors of #37114B
Black with #37114B
Text Example
Text Example
White with #37114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37114B; }
p { color: rgb(55,17,75); }
H1.HeaderClassName
{
color: #37114B;
}
.AnyTagClassName
{
color: #37114B;
}
</style>
background-color css
<style>
a { background-color: #37114B; }
a { background-color: rgb(55,17,75); }
div.DivClassName
{
background-color: #37114B;
}
.BgClassName
{
background-color: #37114B;
}
</style>
border-color css
<style>
span { border-color: #37114B; }
span { border-color: rgb(55,17,75); }
td.TdClassName
{
border-color: #37114B;
}
.TagClassName
{
border-color: #37114B;
}
</style>