Shades of Blackcurrant #370E3F
Tints of Blackcurrant #370E3F
RGB
CMYK
RGB Variations
Color information
#370E3F (or 0x370E3F) is known color: Blackcurrant. HEX triplet: 37, 0E and 3F. RGB value is (55,14,63). Sum of RGB (Red+Green+Blue) = 55+14+63=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #370E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E3F is #C8F1C0. Grayscale: #1F1F1F. Windows color (decimal): -13169089 or 4132407. OLE color: 4132407.
HSL color Cylindrical-coordinate representation of color #370E3F: hue angle of 290.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370E3F is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 14 | 63 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.75 |
| HSL | 290.2º | 0.64% | 0.15% | - |
| HSV(B) | 290.2º | 0.78% | 0.25% | - |
| XYZ | 2.63 | 1.49 | 4.85 | - |
| YUV | 31.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 63 | 0.13 | 0.78 | 0 | 0.75 | 290.2 | 0.64 | 0.15 |
| Hex | 37 | E | 3F | D | 4E | 0 | 4B | 122 | 40 | F |
| Octal | 67 | 16 | 77 | 15 | 116 | 0 | 113 | 442 | 100 | 17 |
| Binary | 110111 | 1110 | 111111 | 1101 | 1001110 | 0 | 1001011 | 100100010 | 1000000 | 1111 |
Color Harmonies of #370E3F
Complementary color
Monochromatic Colors of #370E3F
Black with #370E3F
Text Example
Text Example
White with #370E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E3F; }
p { color: rgb(55,14,63); }
H1.HeaderClassName
{
color: #370E3F;
}
.AnyTagClassName
{
color: #370E3F;
}
</style>
background-color css
<style>
a { background-color: #370E3F; }
a { background-color: rgb(55,14,63); }
div.DivClassName
{
background-color: #370E3F;
}
.BgClassName
{
background-color: #370E3F;
}
</style>
border-color css
<style>
span { border-color: #370E3F; }
span { border-color: rgb(55,14,63); }
td.TdClassName
{
border-color: #370E3F;
}
.TagClassName
{
border-color: #370E3F;
}
</style>