Shades of Blackcurrant #370845
Tints of Blackcurrant #370845
RGB
CMYK
RGB Variations
Color information
#370845 (or 0x370845) is known color: Blackcurrant. HEX triplet: 37, 08 and 45. RGB value is (55,8,69). Sum of RGB (Red+Green+Blue) = 55+8+69=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #370845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370845 is #C8F7BA. Grayscale: #1C1C1C. Windows color (decimal): -13170619 or 4524087. OLE color: 4524087.
HSL color Cylindrical-coordinate representation of color #370845: hue angle of 286.23º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370845 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 8 | 69 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.73 |
| HSL | 286.23º | 0.79% | 0.15% | - |
| HSV(B) | 286.23º | 0.88% | 0.27% | - |
| XYZ | 2.74 | 1.42 | 5.76 | - |
| YUV | 29.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 69 | 0.20 | 0.88 | 0 | 0.73 | 286.23 | 0.79 | 0.15 |
| Hex | 37 | 8 | 45 | 14 | 58 | 0 | 49 | 11E | 4F | F |
| Octal | 67 | 10 | 105 | 24 | 130 | 0 | 111 | 436 | 117 | 17 |
| Binary | 110111 | 1000 | 1000101 | 10100 | 1011000 | 0 | 1001001 | 100011110 | 1001111 | 1111 |
Color Harmonies of #370845
Complementary color
Monochromatic Colors of #370845
Black with #370845
Text Example
Text Example
White with #370845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370845; }
p { color: rgb(55,8,69); }
H1.HeaderClassName
{
color: #370845;
}
.AnyTagClassName
{
color: #370845;
}
</style>
background-color css
<style>
a { background-color: #370845; }
a { background-color: rgb(55,8,69); }
div.DivClassName
{
background-color: #370845;
}
.BgClassName
{
background-color: #370845;
}
</style>
border-color css
<style>
span { border-color: #370845; }
span { border-color: rgb(55,8,69); }
td.TdClassName
{
border-color: #370845;
}
.TagClassName
{
border-color: #370845;
}
</style>