Shades of Blackcurrant #370154
Tints of Blackcurrant #370154
RGB
CMYK
RGB Variations
Color information
#370154 (or 0x370154) is known color: Blackcurrant. HEX triplet: 37, 01 and 54. RGB value is (55,1,84). Sum of RGB (Red+Green+Blue) = 55+1+84=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #370154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370154 is #C8FEAB. Grayscale: #1A1A1A. Windows color (decimal): -13172396 or 5505335. OLE color: 5505335.
HSL color Cylindrical-coordinate representation of color #370154: hue angle of 279.04º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370154 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 1 | 84 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.67 |
| HSL | 279.04º | 0.98% | 0.17% | - |
| HSV(B) | 279.04º | 0.99% | 0.33% | - |
| XYZ | 3.19 | 1.47 | 8.5 | - |
| YUV | 26.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 84 | 0.35 | 0.99 | 0 | 0.67 | 279.04 | 0.98 | 0.17 |
| Hex | 37 | 1 | 54 | 23 | 63 | 0 | 43 | 117 | 62 | 11 |
| Octal | 67 | 1 | 124 | 43 | 143 | 0 | 103 | 427 | 142 | 21 |
| Binary | 110111 | 1 | 1010100 | 100011 | 1100011 | 0 | 1000011 | 100010111 | 1100010 | 10001 |
Color Harmonies of #370154
Complementary color
Monochromatic Colors of #370154
Black with #370154
Text Example
Text Example
White with #370154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370154; }
p { color: rgb(55,1,84); }
H1.HeaderClassName
{
color: #370154;
}
.AnyTagClassName
{
color: #370154;
}
</style>
background-color css
<style>
a { background-color: #370154; }
a { background-color: rgb(55,1,84); }
div.DivClassName
{
background-color: #370154;
}
.BgClassName
{
background-color: #370154;
}
</style>
border-color css
<style>
span { border-color: #370154; }
span { border-color: rgb(55,1,84); }
td.TdClassName
{
border-color: #370154;
}
.TagClassName
{
border-color: #370154;
}
</style>