Shades of Blackcurrant #370B55
Tints of Blackcurrant #370B55
RGB
CMYK
RGB Variations
Color information
#370B55 (or 0x370B55) is known color: Blackcurrant. HEX triplet: 37, 0B and 55. RGB value is (55,11,85). Sum of RGB (Red+Green+Blue) = 55+11+85=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #370B55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B55 is #C8F4AA. Grayscale: #202020. Windows color (decimal): -13169835 or 5573431. OLE color: 5573431.
HSL color Cylindrical-coordinate representation of color #370B55: hue angle of 275.68º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370B55 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 11 | 85 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.67 |
| HSL | 275.68º | 0.77% | 0.19% | - |
| HSV(B) | 275.68º | 0.87% | 0.33% | - |
| XYZ | 3.33 | 1.71 | 8.75 | - |
| YUV | 32.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 85 | 0.35 | 0.87 | 0 | 0.67 | 275.68 | 0.77 | 0.19 |
| Hex | 37 | B | 55 | 23 | 57 | 0 | 43 | 114 | 4D | 13 |
| Octal | 67 | 13 | 125 | 43 | 127 | 0 | 103 | 424 | 115 | 23 |
| Binary | 110111 | 1011 | 1010101 | 100011 | 1010111 | 0 | 1000011 | 100010100 | 1001101 | 10011 |
Color Harmonies of #370B55
Complementary color
Monochromatic Colors of #370B55
Black with #370B55
Text Example
Text Example
White with #370B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B55; }
p { color: rgb(55,11,85); }
H1.HeaderClassName
{
color: #370B55;
}
.AnyTagClassName
{
color: #370B55;
}
</style>
background-color css
<style>
a { background-color: #370B55; }
a { background-color: rgb(55,11,85); }
div.DivClassName
{
background-color: #370B55;
}
.BgClassName
{
background-color: #370B55;
}
</style>
border-color css
<style>
span { border-color: #370B55; }
span { border-color: rgb(55,11,85); }
td.TdClassName
{
border-color: #370B55;
}
.TagClassName
{
border-color: #370B55;
}
</style>