Shades of Blackcurrant #37114C
Tints of Blackcurrant #37114C
RGB
CMYK
RGB Variations
Color information
#37114C (or 0x37114C) is known color: Blackcurrant. HEX triplet: 37, 11 and 4C. RGB value is (55,17,76). Sum of RGB (Red+Green+Blue) = 55+17+76=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #37114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37114C is #C8EEB3. Grayscale: #222222. Windows color (decimal): -13168308 or 4985143. OLE color: 4985143.
HSL color Cylindrical-coordinate representation of color #37114C: hue angle of 278.64º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37114C is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 17 | 76 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.70 |
| HSL | 278.64º | 0.63% | 0.18% | - |
| HSV(B) | 278.64º | 0.78% | 0.3% | - |
| XYZ | 3.08 | 1.73 | 7.01 | - |
| YUV | 35.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 76 | 0.28 | 0.78 | 0 | 0.70 | 278.64 | 0.63 | 0.18 |
| Hex | 37 | 11 | 4C | 1C | 4E | 0 | 46 | 117 | 3F | 12 |
| Octal | 67 | 21 | 114 | 34 | 116 | 0 | 106 | 427 | 77 | 22 |
| Binary | 110111 | 10001 | 1001100 | 11100 | 1001110 | 0 | 1000110 | 100010111 | 111111 | 10010 |
Color Harmonies of #37114C
Complementary color
Monochromatic Colors of #37114C
Black with #37114C
Text Example
Text Example
White with #37114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37114C; }
p { color: rgb(55,17,76); }
H1.HeaderClassName
{
color: #37114C;
}
.AnyTagClassName
{
color: #37114C;
}
</style>
background-color css
<style>
a { background-color: #37114C; }
a { background-color: rgb(55,17,76); }
div.DivClassName
{
background-color: #37114C;
}
.BgClassName
{
background-color: #37114C;
}
</style>
border-color css
<style>
span { border-color: #37114C; }
span { border-color: rgb(55,17,76); }
td.TdClassName
{
border-color: #37114C;
}
.TagClassName
{
border-color: #37114C;
}
</style>