Shades of Blackcurrant #370259
Tints of Blackcurrant #370259
RGB
CMYK
RGB Variations
Color information
#370259 (or 0x370259) is known color: Blackcurrant. HEX triplet: 37, 02 and 59. RGB value is (55,2,89). Sum of RGB (Red+Green+Blue) = 55+2+89=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #370259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370259 is #C8FDA6. Grayscale: #1B1B1B. Windows color (decimal): -13172135 or 5833271. OLE color: 5833271.
HSL color Cylindrical-coordinate representation of color #370259: hue angle of 276.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370259 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 2 | 89 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.65 |
| HSL | 276.55º | 0.96% | 0.18% | - |
| HSV(B) | 276.55º | 0.98% | 0.35% | - |
| XYZ | 3.4 | 1.58 | 9.58 | - |
| YUV | 27.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 89 | 0.38 | 0.98 | 0 | 0.65 | 276.55 | 0.96 | 0.18 |
| Hex | 37 | 2 | 59 | 26 | 62 | 0 | 41 | 115 | 60 | 12 |
| Octal | 67 | 2 | 131 | 46 | 142 | 0 | 101 | 425 | 140 | 22 |
| Binary | 110111 | 10 | 1011001 | 100110 | 1100010 | 0 | 1000001 | 100010101 | 1100000 | 10010 |
Color Harmonies of #370259
Complementary color
Monochromatic Colors of #370259
Black with #370259
Text Example
Text Example
White with #370259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370259; }
p { color: rgb(55,2,89); }
H1.HeaderClassName
{
color: #370259;
}
.AnyTagClassName
{
color: #370259;
}
</style>
background-color css
<style>
a { background-color: #370259; }
a { background-color: rgb(55,2,89); }
div.DivClassName
{
background-color: #370259;
}
.BgClassName
{
background-color: #370259;
}
</style>
border-color css
<style>
span { border-color: #370259; }
span { border-color: rgb(55,2,89); }
td.TdClassName
{
border-color: #370259;
}
.TagClassName
{
border-color: #370259;
}
</style>