Shades of Blackcurrant #370351
Tints of Blackcurrant #370351
RGB
CMYK
RGB Variations
Color information
#370351 (or 0x370351) is known color: Blackcurrant. HEX triplet: 37, 03 and 51. RGB value is (55,3,81). Sum of RGB (Red+Green+Blue) = 55+3+81=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #370351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370351 is #C8FCAE. Grayscale: #1B1B1B. Windows color (decimal): -13171887 or 5309239. OLE color: 5309239.
HSL color Cylindrical-coordinate representation of color #370351: hue angle of 280º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370351 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 3 | 81 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.68 |
| HSL | 280º | 0.93% | 0.16% | - |
| HSV(B) | 280º | 0.96% | 0.32% | - |
| XYZ | 3.09 | 1.47 | 7.91 | - |
| YUV | 27.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 81 | 0.32 | 0.96 | 0 | 0.68 | 280 | 0.93 | 0.16 |
| Hex | 37 | 3 | 51 | 20 | 60 | 0 | 44 | 118 | 5D | 10 |
| Octal | 67 | 3 | 121 | 40 | 140 | 0 | 104 | 430 | 135 | 20 |
| Binary | 110111 | 11 | 1010001 | 100000 | 1100000 | 0 | 1000100 | 100011000 | 1011101 | 10000 |
Color Harmonies of #370351
Complementary color
Monochromatic Colors of #370351
Black with #370351
Text Example
Text Example
White with #370351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370351; }
p { color: rgb(55,3,81); }
H1.HeaderClassName
{
color: #370351;
}
.AnyTagClassName
{
color: #370351;
}
</style>
background-color css
<style>
a { background-color: #370351; }
a { background-color: rgb(55,3,81); }
div.DivClassName
{
background-color: #370351;
}
.BgClassName
{
background-color: #370351;
}
</style>
border-color css
<style>
span { border-color: #370351; }
span { border-color: rgb(55,3,81); }
td.TdClassName
{
border-color: #370351;
}
.TagClassName
{
border-color: #370351;
}
</style>