Shades of Blackcurrant #370D49
Tints of Blackcurrant #370D49
RGB
CMYK
RGB Variations
Color information
#370D49 (or 0x370D49) is known color: Blackcurrant. HEX triplet: 37, 0D and 49. RGB value is (55,13,73). Sum of RGB (Red+Green+Blue) = 55+13+73=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #370D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D49 is #C8F2B6. Grayscale: #202020. Windows color (decimal): -13169335 or 4787511. OLE color: 4787511.
HSL color Cylindrical-coordinate representation of color #370D49: hue angle of 282º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370D49 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 13 | 73 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.71 |
| HSL | 282º | 0.7% | 0.17% | - |
| HSV(B) | 282º | 0.82% | 0.29% | - |
| XYZ | 2.92 | 1.58 | 6.45 | - |
| YUV | 32.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 73 | 0.25 | 0.82 | 0 | 0.71 | 282 | 0.7 | 0.17 |
| Hex | 37 | D | 49 | 19 | 52 | 0 | 47 | 11A | 46 | 11 |
| Octal | 67 | 15 | 111 | 31 | 122 | 0 | 107 | 432 | 106 | 21 |
| Binary | 110111 | 1101 | 1001001 | 11001 | 1010010 | 0 | 1000111 | 100011010 | 1000110 | 10001 |
Color Harmonies of #370D49
Complementary color
Monochromatic Colors of #370D49
Black with #370D49
Text Example
Text Example
White with #370D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D49; }
p { color: rgb(55,13,73); }
H1.HeaderClassName
{
color: #370D49;
}
.AnyTagClassName
{
color: #370D49;
}
</style>
background-color css
<style>
a { background-color: #370D49; }
a { background-color: rgb(55,13,73); }
div.DivClassName
{
background-color: #370D49;
}
.BgClassName
{
background-color: #370D49;
}
</style>
border-color css
<style>
span { border-color: #370D49; }
span { border-color: rgb(55,13,73); }
td.TdClassName
{
border-color: #370D49;
}
.TagClassName
{
border-color: #370D49;
}
</style>