Shades of Blackcurrant #370A4E
Tints of Blackcurrant #370A4E
RGB
CMYK
RGB Variations
Color information
#370A4E (or 0x370A4E) is known color: Blackcurrant. HEX triplet: 37, 0A and 4E. RGB value is (55,10,78). Sum of RGB (Red+Green+Blue) = 55+10+78=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #370A4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A4E is #C8F5B1. Grayscale: #1E1E1E. Windows color (decimal): -13170098 or 5114423. OLE color: 5114423.
HSL color Cylindrical-coordinate representation of color #370A4E: hue angle of 279.71º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370A4E is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 10 | 78 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.69 |
| HSL | 279.71º | 0.77% | 0.17% | - |
| HSV(B) | 279.71º | 0.87% | 0.31% | - |
| XYZ | 3.06 | 1.58 | 7.35 | - |
| YUV | 31.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 78 | 0.29 | 0.87 | 0 | 0.69 | 279.71 | 0.77 | 0.17 |
| Hex | 37 | A | 4E | 1D | 57 | 0 | 45 | 118 | 4D | 11 |
| Octal | 67 | 12 | 116 | 35 | 127 | 0 | 105 | 430 | 115 | 21 |
| Binary | 110111 | 1010 | 1001110 | 11101 | 1010111 | 0 | 1000101 | 100011000 | 1001101 | 10001 |
Color Harmonies of #370A4E
Complementary color
Monochromatic Colors of #370A4E
Black with #370A4E
Text Example
Text Example
White with #370A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A4E; }
p { color: rgb(55,10,78); }
H1.HeaderClassName
{
color: #370A4E;
}
.AnyTagClassName
{
color: #370A4E;
}
</style>
background-color css
<style>
a { background-color: #370A4E; }
a { background-color: rgb(55,10,78); }
div.DivClassName
{
background-color: #370A4E;
}
.BgClassName
{
background-color: #370A4E;
}
</style>
border-color css
<style>
span { border-color: #370A4E; }
span { border-color: rgb(55,10,78); }
td.TdClassName
{
border-color: #370A4E;
}
.TagClassName
{
border-color: #370A4E;
}
</style>