Shades of Blackcurrant #371445
Tints of Blackcurrant #371445
RGB
CMYK
RGB Variations
Color information
#371445 (or 0x371445) is known color: Blackcurrant. HEX triplet: 37, 14 and 45. RGB value is (55,20,69). Sum of RGB (Red+Green+Blue) = 55+20+69=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #371445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371445 is #C8EBBA. Grayscale: #232323. Windows color (decimal): -13167547 or 4527159. OLE color: 4527159.
HSL color Cylindrical-coordinate representation of color #371445: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371445 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 20 | 69 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.73 |
| HSL | 282.86º | 0.55% | 0.17% | - |
| HSV(B) | 282.86º | 0.71% | 0.27% | - |
| XYZ | 2.9 | 1.74 | 5.81 | - |
| YUV | 36.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 69 | 0.20 | 0.71 | 0 | 0.73 | 282.86 | 0.55 | 0.17 |
| Hex | 37 | 14 | 45 | 14 | 47 | 0 | 49 | 11B | 37 | 11 |
| Octal | 67 | 24 | 105 | 24 | 107 | 0 | 111 | 433 | 67 | 21 |
| Binary | 110111 | 10100 | 1000101 | 10100 | 1000111 | 0 | 1001001 | 100011011 | 110111 | 10001 |
Color Harmonies of #371445
Complementary color
Monochromatic Colors of #371445
Black with #371445
Text Example
Text Example
White with #371445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371445; }
p { color: rgb(55,20,69); }
H1.HeaderClassName
{
color: #371445;
}
.AnyTagClassName
{
color: #371445;
}
</style>
background-color css
<style>
a { background-color: #371445; }
a { background-color: rgb(55,20,69); }
div.DivClassName
{
background-color: #371445;
}
.BgClassName
{
background-color: #371445;
}
</style>
border-color css
<style>
span { border-color: #371445; }
span { border-color: rgb(55,20,69); }
td.TdClassName
{
border-color: #371445;
}
.TagClassName
{
border-color: #371445;
}
</style>