Shades of Blackcurrant #370B51
Tints of Blackcurrant #370B51
RGB
CMYK
RGB Variations
Color information
#370B51 (or 0x370B51) is known color: Blackcurrant. HEX triplet: 37, 0B and 51. RGB value is (55,11,81). Sum of RGB (Red+Green+Blue) = 55+11+81=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #370B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B51 is #C8F4AE. Grayscale: #1F1F1F. Windows color (decimal): -13169839 or 5311287. OLE color: 5311287.
HSL color Cylindrical-coordinate representation of color #370B51: hue angle of 277.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370B51 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 11 | 81 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.68 |
| HSL | 277.71º | 0.76% | 0.18% | - |
| HSV(B) | 277.71º | 0.86% | 0.32% | - |
| XYZ | 3.18 | 1.65 | 7.93 | - |
| YUV | 32.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 81 | 0.32 | 0.86 | 0 | 0.68 | 277.71 | 0.76 | 0.18 |
| Hex | 37 | B | 51 | 20 | 56 | 0 | 44 | 116 | 4C | 12 |
| Octal | 67 | 13 | 121 | 40 | 126 | 0 | 104 | 426 | 114 | 22 |
| Binary | 110111 | 1011 | 1010001 | 100000 | 1010110 | 0 | 1000100 | 100010110 | 1001100 | 10010 |
Color Harmonies of #370B51
Complementary color
Monochromatic Colors of #370B51
Black with #370B51
Text Example
Text Example
White with #370B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B51; }
p { color: rgb(55,11,81); }
H1.HeaderClassName
{
color: #370B51;
}
.AnyTagClassName
{
color: #370B51;
}
</style>
background-color css
<style>
a { background-color: #370B51; }
a { background-color: rgb(55,11,81); }
div.DivClassName
{
background-color: #370B51;
}
.BgClassName
{
background-color: #370B51;
}
</style>
border-color css
<style>
span { border-color: #370B51; }
span { border-color: rgb(55,11,81); }
td.TdClassName
{
border-color: #370B51;
}
.TagClassName
{
border-color: #370B51;
}
</style>