Shades of Blackcurrant #371045
Tints of Blackcurrant #371045
RGB
CMYK
RGB Variations
Color information
#371045 (or 0x371045) is known color: Blackcurrant. HEX triplet: 37, 10 and 45. RGB value is (55,16,69). Sum of RGB (Red+Green+Blue) = 55+16+69=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #371045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371045 is #C8EFBA. Grayscale: #212121. Windows color (decimal): -13168571 or 4526135. OLE color: 4526135.
HSL color Cylindrical-coordinate representation of color #371045: hue angle of 284.15º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371045 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 16 | 69 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.73 |
| HSL | 284.15º | 0.62% | 0.17% | - |
| HSV(B) | 284.15º | 0.77% | 0.27% | - |
| XYZ | 2.84 | 1.61 | 5.79 | - |
| YUV | 33.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 69 | 0.20 | 0.77 | 0 | 0.73 | 284.15 | 0.62 | 0.17 |
| Hex | 37 | 10 | 45 | 14 | 4D | 0 | 49 | 11C | 3E | 11 |
| Octal | 67 | 20 | 105 | 24 | 115 | 0 | 111 | 434 | 76 | 21 |
| Binary | 110111 | 10000 | 1000101 | 10100 | 1001101 | 0 | 1001001 | 100011100 | 111110 | 10001 |
Color Harmonies of #371045
Complementary color
Monochromatic Colors of #371045
Black with #371045
Text Example
Text Example
White with #371045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371045; }
p { color: rgb(55,16,69); }
H1.HeaderClassName
{
color: #371045;
}
.AnyTagClassName
{
color: #371045;
}
</style>
background-color css
<style>
a { background-color: #371045; }
a { background-color: rgb(55,16,69); }
div.DivClassName
{
background-color: #371045;
}
.BgClassName
{
background-color: #371045;
}
</style>
border-color css
<style>
span { border-color: #371045; }
span { border-color: rgb(55,16,69); }
td.TdClassName
{
border-color: #371045;
}
.TagClassName
{
border-color: #371045;
}
</style>