Shades of Blackcurrant #370C40
Tints of Blackcurrant #370C40
RGB
CMYK
RGB Variations
Color information
#370C40 (or 0x370C40) is known color: Blackcurrant. HEX triplet: 37, 0C and 40. RGB value is (55,12,64). Sum of RGB (Red+Green+Blue) = 55+12+64=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #370C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C40 is #C8F3BF. Grayscale: #1E1E1E. Windows color (decimal): -13169600 or 4197431. OLE color: 4197431.
HSL color Cylindrical-coordinate representation of color #370C40: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #370C40 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 12 | 64 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.75 |
| HSL | 289.62º | 0.68% | 0.15% | - |
| HSV(B) | 289.62º | 0.81% | 0.25% | - |
| XYZ | 2.63 | 1.45 | 4.99 | - |
| YUV | 30.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 64 | 0.14 | 0.81 | 0 | 0.75 | 289.62 | 0.68 | 0.15 |
| Hex | 37 | C | 40 | E | 51 | 0 | 4B | 122 | 44 | F |
| Octal | 67 | 14 | 100 | 16 | 121 | 0 | 113 | 442 | 104 | 17 |
| Binary | 110111 | 1100 | 1000000 | 1110 | 1010001 | 0 | 1001011 | 100100010 | 1000100 | 1111 |
Color Harmonies of #370C40
Complementary color
Monochromatic Colors of #370C40
Black with #370C40
Text Example
Text Example
White with #370C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C40; }
p { color: rgb(55,12,64); }
H1.HeaderClassName
{
color: #370C40;
}
.AnyTagClassName
{
color: #370C40;
}
</style>
background-color css
<style>
a { background-color: #370C40; }
a { background-color: rgb(55,12,64); }
div.DivClassName
{
background-color: #370C40;
}
.BgClassName
{
background-color: #370C40;
}
</style>
border-color css
<style>
span { border-color: #370C40; }
span { border-color: rgb(55,12,64); }
td.TdClassName
{
border-color: #370C40;
}
.TagClassName
{
border-color: #370C40;
}
</style>