Shades of Blackcurrant #371F3F
Tints of Blackcurrant #371F3F
RGB
CMYK
RGB Variations
Color information
#371F3F (or 0x371F3F) is known color: Blackcurrant. HEX triplet: 37, 1F and 3F. RGB value is (55,31,63). Sum of RGB (Red+Green+Blue) = 55+31+63=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #371F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F3F is #C8E0C0. Grayscale: #292929. Windows color (decimal): -13164737 or 4136759. OLE color: 4136759.
HSL color Cylindrical-coordinate representation of color #371F3F: hue angle of 285º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371F3F is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 31 | 63 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.75 |
| HSL | 285º | 0.34% | 0.18% | - |
| HSV(B) | 285º | 0.51% | 0.25% | - |
| XYZ | 2.96 | 2.15 | 4.96 | - |
| YUV | 41.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 63 | 0.13 | 0.51 | 0 | 0.75 | 285 | 0.34 | 0.18 |
| Hex | 37 | 1F | 3F | D | 33 | 0 | 4B | 11D | 22 | 12 |
| Octal | 67 | 37 | 77 | 15 | 63 | 0 | 113 | 435 | 42 | 22 |
| Binary | 110111 | 11111 | 111111 | 1101 | 110011 | 0 | 1001011 | 100011101 | 100010 | 10010 |
Color Harmonies of #371F3F
Complementary color
Monochromatic Colors of #371F3F
Black with #371F3F
Text Example
Text Example
White with #371F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F3F; }
p { color: rgb(55,31,63); }
H1.HeaderClassName
{
color: #371F3F;
}
.AnyTagClassName
{
color: #371F3F;
}
</style>
background-color css
<style>
a { background-color: #371F3F; }
a { background-color: rgb(55,31,63); }
div.DivClassName
{
background-color: #371F3F;
}
.BgClassName
{
background-color: #371F3F;
}
</style>
border-color css
<style>
span { border-color: #371F3F; }
span { border-color: rgb(55,31,63); }
td.TdClassName
{
border-color: #371F3F;
}
.TagClassName
{
border-color: #371F3F;
}
</style>