Shades of Blackcurrant #371C3F
Tints of Blackcurrant #371C3F
RGB
CMYK
RGB Variations
Color information
#371C3F (or 0x371C3F) is known color: Blackcurrant. HEX triplet: 37, 1C and 3F. RGB value is (55,28,63). Sum of RGB (Red+Green+Blue) = 55+28+63=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #371C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C3F is #C8E3C0. Grayscale: #272727. Windows color (decimal): -13165505 or 4135991. OLE color: 4135991.
HSL color Cylindrical-coordinate representation of color #371C3F: hue angle of 286.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371C3F is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 28 | 63 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.75 |
| HSL | 286.29º | 0.38% | 0.18% | - |
| HSV(B) | 286.29º | 0.56% | 0.25% | - |
| XYZ | 2.89 | 2 | 4.94 | - |
| YUV | 40.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 63 | 0.13 | 0.56 | 0 | 0.75 | 286.29 | 0.38 | 0.18 |
| Hex | 37 | 1C | 3F | D | 38 | 0 | 4B | 11E | 26 | 12 |
| Octal | 67 | 34 | 77 | 15 | 70 | 0 | 113 | 436 | 46 | 22 |
| Binary | 110111 | 11100 | 111111 | 1101 | 111000 | 0 | 1001011 | 100011110 | 100110 | 10010 |
Color Harmonies of #371C3F
Complementary color
Monochromatic Colors of #371C3F
Black with #371C3F
Text Example
Text Example
White with #371C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C3F; }
p { color: rgb(55,28,63); }
H1.HeaderClassName
{
color: #371C3F;
}
.AnyTagClassName
{
color: #371C3F;
}
</style>
background-color css
<style>
a { background-color: #371C3F; }
a { background-color: rgb(55,28,63); }
div.DivClassName
{
background-color: #371C3F;
}
.BgClassName
{
background-color: #371C3F;
}
</style>
border-color css
<style>
span { border-color: #371C3F; }
span { border-color: rgb(55,28,63); }
td.TdClassName
{
border-color: #371C3F;
}
.TagClassName
{
border-color: #371C3F;
}
</style>