Shades of Blackcurrant #370B4E
Tints of Blackcurrant #370B4E
RGB
CMYK
RGB Variations
Color information
#370B4E (or 0x370B4E) is known color: Blackcurrant. HEX triplet: 37, 0B and 4E. RGB value is (55,11,78). Sum of RGB (Red+Green+Blue) = 55+11+78=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #370B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B4E is #C8F4B1. Grayscale: #1F1F1F. Windows color (decimal): -13169842 or 5114679. OLE color: 5114679.
HSL color Cylindrical-coordinate representation of color #370B4E: hue angle of 279.4º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370B4E is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 11 | 78 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.69 |
| HSL | 279.4º | 0.75% | 0.17% | - |
| HSV(B) | 279.4º | 0.86% | 0.31% | - |
| XYZ | 3.07 | 1.6 | 7.36 | - |
| YUV | 31.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 78 | 0.29 | 0.86 | 0 | 0.69 | 279.4 | 0.75 | 0.17 |
| Hex | 37 | B | 4E | 1D | 56 | 0 | 45 | 117 | 4B | 11 |
| Octal | 67 | 13 | 116 | 35 | 126 | 0 | 105 | 427 | 113 | 21 |
| Binary | 110111 | 1011 | 1001110 | 11101 | 1010110 | 0 | 1000101 | 100010111 | 1001011 | 10001 |
Color Harmonies of #370B4E
Complementary color
Monochromatic Colors of #370B4E
Black with #370B4E
Text Example
Text Example
White with #370B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B4E; }
p { color: rgb(55,11,78); }
H1.HeaderClassName
{
color: #370B4E;
}
.AnyTagClassName
{
color: #370B4E;
}
</style>
background-color css
<style>
a { background-color: #370B4E; }
a { background-color: rgb(55,11,78); }
div.DivClassName
{
background-color: #370B4E;
}
.BgClassName
{
background-color: #370B4E;
}
</style>
border-color css
<style>
span { border-color: #370B4E; }
span { border-color: rgb(55,11,78); }
td.TdClassName
{
border-color: #370B4E;
}
.TagClassName
{
border-color: #370B4E;
}
</style>