Shades of Blackcurrant #370355
Tints of Blackcurrant #370355
RGB
CMYK
RGB Variations
Color information
#370355 (or 0x370355) is known color: Blackcurrant. HEX triplet: 37, 03 and 55. RGB value is (55,3,85). Sum of RGB (Red+Green+Blue) = 55+3+85=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #370355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370355 is #C8FCAA. Grayscale: #1B1B1B. Windows color (decimal): -13171883 or 5571383. OLE color: 5571383.
HSL color Cylindrical-coordinate representation of color #370355: hue angle of 278.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370355 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 3 | 85 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.67 |
| HSL | 278.05º | 0.93% | 0.17% | - |
| HSV(B) | 278.05º | 0.96% | 0.33% | - |
| XYZ | 3.25 | 1.53 | 8.72 | - |
| YUV | 27.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 85 | 0.35 | 0.96 | 0 | 0.67 | 278.05 | 0.93 | 0.17 |
| Hex | 37 | 3 | 55 | 23 | 60 | 0 | 43 | 116 | 5D | 11 |
| Octal | 67 | 3 | 125 | 43 | 140 | 0 | 103 | 426 | 135 | 21 |
| Binary | 110111 | 11 | 1010101 | 100011 | 1100000 | 0 | 1000011 | 100010110 | 1011101 | 10001 |
Color Harmonies of #370355
Complementary color
Monochromatic Colors of #370355
Black with #370355
Text Example
Text Example
White with #370355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370355; }
p { color: rgb(55,3,85); }
H1.HeaderClassName
{
color: #370355;
}
.AnyTagClassName
{
color: #370355;
}
</style>
background-color css
<style>
a { background-color: #370355; }
a { background-color: rgb(55,3,85); }
div.DivClassName
{
background-color: #370355;
}
.BgClassName
{
background-color: #370355;
}
</style>
border-color css
<style>
span { border-color: #370355; }
span { border-color: rgb(55,3,85); }
td.TdClassName
{
border-color: #370355;
}
.TagClassName
{
border-color: #370355;
}
</style>