Shades of Blackcurrant #370C52
Tints of Blackcurrant #370C52
RGB
CMYK
RGB Variations
Color information
#370C52 (or 0x370C52) is known color: Blackcurrant. HEX triplet: 37, 0C and 52. RGB value is (55,12,82). Sum of RGB (Red+Green+Blue) = 55+12+82=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #370C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C52 is #C8F3AD. Grayscale: #202020. Windows color (decimal): -13169582 or 5377079. OLE color: 5377079.
HSL color Cylindrical-coordinate representation of color #370C52: hue angle of 276.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370C52 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 12 | 82 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.68 |
| HSL | 276.86º | 0.74% | 0.18% | - |
| HSV(B) | 276.86º | 0.85% | 0.32% | - |
| XYZ | 3.23 | 1.68 | 8.14 | - |
| YUV | 32.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 82 | 0.33 | 0.85 | 0 | 0.68 | 276.86 | 0.74 | 0.18 |
| Hex | 37 | C | 52 | 21 | 55 | 0 | 44 | 115 | 4A | 12 |
| Octal | 67 | 14 | 122 | 41 | 125 | 0 | 104 | 425 | 112 | 22 |
| Binary | 110111 | 1100 | 1010010 | 100001 | 1010101 | 0 | 1000100 | 100010101 | 1001010 | 10010 |
Color Harmonies of #370C52
Complementary color
Monochromatic Colors of #370C52
Black with #370C52
Text Example
Text Example
White with #370C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C52; }
p { color: rgb(55,12,82); }
H1.HeaderClassName
{
color: #370C52;
}
.AnyTagClassName
{
color: #370C52;
}
</style>
background-color css
<style>
a { background-color: #370C52; }
a { background-color: rgb(55,12,82); }
div.DivClassName
{
background-color: #370C52;
}
.BgClassName
{
background-color: #370C52;
}
</style>
border-color css
<style>
span { border-color: #370C52; }
span { border-color: rgb(55,12,82); }
td.TdClassName
{
border-color: #370C52;
}
.TagClassName
{
border-color: #370C52;
}
</style>