Shades of Blackcurrant #370F4D
Tints of Blackcurrant #370F4D
RGB
CMYK
RGB Variations
Color information
#370F4D (or 0x370F4D) is known color: Blackcurrant. HEX triplet: 37, 0F and 4D. RGB value is (55,15,77). Sum of RGB (Red+Green+Blue) = 55+15+77=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #370F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F4D is #C8F0B2. Grayscale: #212121. Windows color (decimal): -13168819 or 5050167. OLE color: 5050167.
HSL color Cylindrical-coordinate representation of color #370F4D: hue angle of 278.71º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #370F4D is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 15 | 77 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.70 |
| HSL | 278.71º | 0.67% | 0.18% | - |
| HSV(B) | 278.71º | 0.81% | 0.3% | - |
| XYZ | 3.09 | 1.69 | 7.18 | - |
| YUV | 34.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 77 | 0.29 | 0.81 | 0 | 0.70 | 278.71 | 0.67 | 0.18 |
| Hex | 37 | F | 4D | 1D | 51 | 0 | 46 | 117 | 43 | 12 |
| Octal | 67 | 17 | 115 | 35 | 121 | 0 | 106 | 427 | 103 | 22 |
| Binary | 110111 | 1111 | 1001101 | 11101 | 1010001 | 0 | 1000110 | 100010111 | 1000011 | 10010 |
Color Harmonies of #370F4D
Complementary color
Monochromatic Colors of #370F4D
Black with #370F4D
Text Example
Text Example
White with #370F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F4D; }
p { color: rgb(55,15,77); }
H1.HeaderClassName
{
color: #370F4D;
}
.AnyTagClassName
{
color: #370F4D;
}
</style>
background-color css
<style>
a { background-color: #370F4D; }
a { background-color: rgb(55,15,77); }
div.DivClassName
{
background-color: #370F4D;
}
.BgClassName
{
background-color: #370F4D;
}
</style>
border-color css
<style>
span { border-color: #370F4D; }
span { border-color: rgb(55,15,77); }
td.TdClassName
{
border-color: #370F4D;
}
.TagClassName
{
border-color: #370F4D;
}
</style>