Shades of Blackcurrant #370745
Tints of Blackcurrant #370745
RGB
CMYK
RGB Variations
Color information
#370745 (or 0x370745) is known color: Blackcurrant. HEX triplet: 37, 07 and 45. RGB value is (55,7,69). Sum of RGB (Red+Green+Blue) = 55+7+69=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #370745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370745 is #C8F8BA. Grayscale: #1C1C1C. Windows color (decimal): -13170875 or 4523831. OLE color: 4523831.
HSL color Cylindrical-coordinate representation of color #370745: hue angle of 286.45º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370745 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 7 | 69 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.73 |
| HSL | 286.45º | 0.82% | 0.15% | - |
| HSV(B) | 286.45º | 0.9% | 0.27% | - |
| XYZ | 2.73 | 1.39 | 5.76 | - |
| YUV | 28.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 69 | 0.20 | 0.90 | 0 | 0.73 | 286.45 | 0.82 | 0.15 |
| Hex | 37 | 7 | 45 | 14 | 5A | 0 | 49 | 11E | 52 | F |
| Octal | 67 | 7 | 105 | 24 | 132 | 0 | 111 | 436 | 122 | 17 |
| Binary | 110111 | 111 | 1000101 | 10100 | 1011010 | 0 | 1001001 | 100011110 | 1010010 | 1111 |
Color Harmonies of #370745
Complementary color
Monochromatic Colors of #370745
Black with #370745
Text Example
Text Example
White with #370745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370745; }
p { color: rgb(55,7,69); }
H1.HeaderClassName
{
color: #370745;
}
.AnyTagClassName
{
color: #370745;
}
</style>
background-color css
<style>
a { background-color: #370745; }
a { background-color: rgb(55,7,69); }
div.DivClassName
{
background-color: #370745;
}
.BgClassName
{
background-color: #370745;
}
</style>
border-color css
<style>
span { border-color: #370745; }
span { border-color: rgb(55,7,69); }
td.TdClassName
{
border-color: #370745;
}
.TagClassName
{
border-color: #370745;
}
</style>