Shades of Blackcurrant #371D45
Tints of Blackcurrant #371D45
RGB
CMYK
RGB Variations
Color information
#371D45 (or 0x371D45) is known color: Blackcurrant. HEX triplet: 37, 1D and 45. RGB value is (55,29,69). Sum of RGB (Red+Green+Blue) = 55+29+69=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #371D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D45 is #C8E2BA. Grayscale: #292929. Windows color (decimal): -13165243 or 4529463. OLE color: 4529463.
HSL color Cylindrical-coordinate representation of color #371D45: hue angle of 279º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371D45 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 29 | 69 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.73 |
| HSL | 279º | 0.41% | 0.19% | - |
| HSV(B) | 279º | 0.58% | 0.27% | - |
| XYZ | 3.09 | 2.12 | 5.88 | - |
| YUV | 41.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 69 | 0.20 | 0.58 | 0 | 0.73 | 279 | 0.41 | 0.19 |
| Hex | 37 | 1D | 45 | 14 | 3A | 0 | 49 | 117 | 29 | 13 |
| Octal | 67 | 35 | 105 | 24 | 72 | 0 | 111 | 427 | 51 | 23 |
| Binary | 110111 | 11101 | 1000101 | 10100 | 111010 | 0 | 1001001 | 100010111 | 101001 | 10011 |
Color Harmonies of #371D45
Complementary color
Monochromatic Colors of #371D45
Black with #371D45
Text Example
Text Example
White with #371D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D45; }
p { color: rgb(55,29,69); }
H1.HeaderClassName
{
color: #371D45;
}
.AnyTagClassName
{
color: #371D45;
}
</style>
background-color css
<style>
a { background-color: #371D45; }
a { background-color: rgb(55,29,69); }
div.DivClassName
{
background-color: #371D45;
}
.BgClassName
{
background-color: #371D45;
}
</style>
border-color css
<style>
span { border-color: #371D45; }
span { border-color: rgb(55,29,69); }
td.TdClassName
{
border-color: #371D45;
}
.TagClassName
{
border-color: #371D45;
}
</style>