Shades of Blackcurrant #370A47
Tints of Blackcurrant #370A47
RGB
CMYK
RGB Variations
Color information
#370A47 (or 0x370A47) is known color: Blackcurrant. HEX triplet: 37, 0A and 47. RGB value is (55,10,71). Sum of RGB (Red+Green+Blue) = 55+10+71=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #370A47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A47 is #C8F5B8. Grayscale: #1E1E1E. Windows color (decimal): -13170105 or 4655671. OLE color: 4655671.
HSL color Cylindrical-coordinate representation of color #370A47: hue angle of 284.26º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370A47 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 10 | 71 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.72 |
| HSL | 284.26º | 0.75% | 0.16% | - |
| HSV(B) | 284.26º | 0.86% | 0.28% | - |
| XYZ | 2.82 | 1.48 | 6.1 | - |
| YUV | 30.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 71 | 0.23 | 0.86 | 0 | 0.72 | 284.26 | 0.75 | 0.16 |
| Hex | 37 | A | 47 | 17 | 56 | 0 | 48 | 11C | 4B | 10 |
| Octal | 67 | 12 | 107 | 27 | 126 | 0 | 110 | 434 | 113 | 20 |
| Binary | 110111 | 1010 | 1000111 | 10111 | 1010110 | 0 | 1001000 | 100011100 | 1001011 | 10000 |
Color Harmonies of #370A47
Complementary color
Monochromatic Colors of #370A47
Black with #370A47
Text Example
Text Example
White with #370A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A47; }
p { color: rgb(55,10,71); }
H1.HeaderClassName
{
color: #370A47;
}
.AnyTagClassName
{
color: #370A47;
}
</style>
background-color css
<style>
a { background-color: #370A47; }
a { background-color: rgb(55,10,71); }
div.DivClassName
{
background-color: #370A47;
}
.BgClassName
{
background-color: #370A47;
}
</style>
border-color css
<style>
span { border-color: #370A47; }
span { border-color: rgb(55,10,71); }
td.TdClassName
{
border-color: #370A47;
}
.TagClassName
{
border-color: #370A47;
}
</style>