Shades of Blackcurrant #370952
Tints of Blackcurrant #370952
RGB
CMYK
RGB Variations
Color information
#370952 (or 0x370952) is known color: Blackcurrant. HEX triplet: 37, 09 and 52. RGB value is (55,9,82). Sum of RGB (Red+Green+Blue) = 55+9+82=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #370952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370952 is #C8F6AD. Grayscale: #1E1E1E. Windows color (decimal): -13170350 or 5376311. OLE color: 5376311.
HSL color Cylindrical-coordinate representation of color #370952: hue angle of 277.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370952 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 9 | 82 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.68 |
| HSL | 277.81º | 0.8% | 0.18% | - |
| HSV(B) | 277.81º | 0.89% | 0.32% | - |
| XYZ | 3.2 | 1.62 | 8.13 | - |
| YUV | 31.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 82 | 0.33 | 0.89 | 0 | 0.68 | 277.81 | 0.8 | 0.18 |
| Hex | 37 | 9 | 52 | 21 | 59 | 0 | 44 | 116 | 50 | 12 |
| Octal | 67 | 11 | 122 | 41 | 131 | 0 | 104 | 426 | 120 | 22 |
| Binary | 110111 | 1001 | 1010010 | 100001 | 1011001 | 0 | 1000100 | 100010110 | 1010000 | 10010 |
Color Harmonies of #370952
Complementary color
Monochromatic Colors of #370952
Black with #370952
Text Example
Text Example
White with #370952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370952; }
p { color: rgb(55,9,82); }
H1.HeaderClassName
{
color: #370952;
}
.AnyTagClassName
{
color: #370952;
}
</style>
background-color css
<style>
a { background-color: #370952; }
a { background-color: rgb(55,9,82); }
div.DivClassName
{
background-color: #370952;
}
.BgClassName
{
background-color: #370952;
}
</style>
border-color css
<style>
span { border-color: #370952; }
span { border-color: rgb(55,9,82); }
td.TdClassName
{
border-color: #370952;
}
.TagClassName
{
border-color: #370952;
}
</style>