Shades of Blackcurrant #371345
Tints of Blackcurrant #371345
RGB
CMYK
RGB Variations
Color information
#371345 (or 0x371345) is known color: Blackcurrant. HEX triplet: 37, 13 and 45. RGB value is (55,19,69). Sum of RGB (Red+Green+Blue) = 55+19+69=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #371345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371345 is #C8ECBA. Grayscale: #232323. Windows color (decimal): -13167803 or 4526903. OLE color: 4526903.
HSL color Cylindrical-coordinate representation of color #371345: hue angle of 283.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371345 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 19 | 69 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.73 |
| HSL | 283.2º | 0.57% | 0.17% | - |
| HSV(B) | 283.2º | 0.72% | 0.27% | - |
| XYZ | 2.88 | 1.71 | 5.81 | - |
| YUV | 35.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 69 | 0.20 | 0.72 | 0 | 0.73 | 283.2 | 0.57 | 0.17 |
| Hex | 37 | 13 | 45 | 14 | 48 | 0 | 49 | 11B | 39 | 11 |
| Octal | 67 | 23 | 105 | 24 | 110 | 0 | 111 | 433 | 71 | 21 |
| Binary | 110111 | 10011 | 1000101 | 10100 | 1001000 | 0 | 1001001 | 100011011 | 111001 | 10001 |
Color Harmonies of #371345
Complementary color
Monochromatic Colors of #371345
Black with #371345
Text Example
Text Example
White with #371345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371345; }
p { color: rgb(55,19,69); }
H1.HeaderClassName
{
color: #371345;
}
.AnyTagClassName
{
color: #371345;
}
</style>
background-color css
<style>
a { background-color: #371345; }
a { background-color: rgb(55,19,69); }
div.DivClassName
{
background-color: #371345;
}
.BgClassName
{
background-color: #371345;
}
</style>
border-color css
<style>
span { border-color: #371345; }
span { border-color: rgb(55,19,69); }
td.TdClassName
{
border-color: #371345;
}
.TagClassName
{
border-color: #371345;
}
</style>