Shades of Blackcurrant #370352
Tints of Blackcurrant #370352
RGB
CMYK
RGB Variations
Color information
#370352 (or 0x370352) is known color: Blackcurrant. HEX triplet: 37, 03 and 52. RGB value is (55,3,82). Sum of RGB (Red+Green+Blue) = 55+3+82=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #370352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370352 is #C8FCAD. Grayscale: #1B1B1B. Windows color (decimal): -13171886 or 5374775. OLE color: 5374775.
HSL color Cylindrical-coordinate representation of color #370352: hue angle of 279.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370352 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 3 | 82 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.68 |
| HSL | 279.49º | 0.93% | 0.17% | - |
| HSV(B) | 279.49º | 0.96% | 0.32% | - |
| XYZ | 3.13 | 1.49 | 8.1 | - |
| YUV | 27.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 82 | 0.33 | 0.96 | 0 | 0.68 | 279.49 | 0.93 | 0.17 |
| Hex | 37 | 3 | 52 | 21 | 60 | 0 | 44 | 117 | 5D | 11 |
| Octal | 67 | 3 | 122 | 41 | 140 | 0 | 104 | 427 | 135 | 21 |
| Binary | 110111 | 11 | 1010010 | 100001 | 1100000 | 0 | 1000100 | 100010111 | 1011101 | 10001 |
Color Harmonies of #370352
Complementary color
Monochromatic Colors of #370352
Black with #370352
Text Example
Text Example
White with #370352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370352; }
p { color: rgb(55,3,82); }
H1.HeaderClassName
{
color: #370352;
}
.AnyTagClassName
{
color: #370352;
}
</style>
background-color css
<style>
a { background-color: #370352; }
a { background-color: rgb(55,3,82); }
div.DivClassName
{
background-color: #370352;
}
.BgClassName
{
background-color: #370352;
}
</style>
border-color css
<style>
span { border-color: #370352; }
span { border-color: rgb(55,3,82); }
td.TdClassName
{
border-color: #370352;
}
.TagClassName
{
border-color: #370352;
}
</style>