Shades of Blackcurrant #370954
Tints of Blackcurrant #370954
RGB
CMYK
RGB Variations
Color information
#370954 (or 0x370954) is known color: Blackcurrant. HEX triplet: 37, 09 and 54. RGB value is (55,9,84). Sum of RGB (Red+Green+Blue) = 55+9+84=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #370954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370954 is #C8F6AB. Grayscale: #1F1F1F. Windows color (decimal): -13170348 or 5507383. OLE color: 5507383.
HSL color Cylindrical-coordinate representation of color #370954: hue angle of 276.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370954 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 9 | 84 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.67 |
| HSL | 276.8º | 0.81% | 0.18% | - |
| HSV(B) | 276.8º | 0.89% | 0.33% | - |
| XYZ | 3.27 | 1.65 | 8.53 | - |
| YUV | 31.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 84 | 0.35 | 0.89 | 0 | 0.67 | 276.8 | 0.81 | 0.18 |
| Hex | 37 | 9 | 54 | 23 | 59 | 0 | 43 | 115 | 51 | 12 |
| Octal | 67 | 11 | 124 | 43 | 131 | 0 | 103 | 425 | 121 | 22 |
| Binary | 110111 | 1001 | 1010100 | 100011 | 1011001 | 0 | 1000011 | 100010101 | 1010001 | 10010 |
Color Harmonies of #370954
Complementary color
Monochromatic Colors of #370954
Black with #370954
Text Example
Text Example
White with #370954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370954; }
p { color: rgb(55,9,84); }
H1.HeaderClassName
{
color: #370954;
}
.AnyTagClassName
{
color: #370954;
}
</style>
background-color css
<style>
a { background-color: #370954; }
a { background-color: rgb(55,9,84); }
div.DivClassName
{
background-color: #370954;
}
.BgClassName
{
background-color: #370954;
}
</style>
border-color css
<style>
span { border-color: #370954; }
span { border-color: rgb(55,9,84); }
td.TdClassName
{
border-color: #370954;
}
.TagClassName
{
border-color: #370954;
}
</style>