Shades of Blackcurrant #371A4A
Tints of Blackcurrant #371A4A
RGB
CMYK
RGB Variations
Color information
#371A4A (or 0x371A4A) is known color: Blackcurrant. HEX triplet: 37, 1A and 4A. RGB value is (55,26,74). Sum of RGB (Red+Green+Blue) = 55+26+74=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #371A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A4A is #C8E5B5. Grayscale: #272727. Windows color (decimal): -13166006 or 4856375. OLE color: 4856375.
HSL color Cylindrical-coordinate representation of color #371A4A: hue angle of 276.25º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371A4A is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 26 | 74 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.71 |
| HSL | 276.25º | 0.48% | 0.2% | - |
| HSV(B) | 276.25º | 0.65% | 0.29% | - |
| XYZ | 3.18 | 2.05 | 6.71 | - |
| YUV | 40.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 74 | 0.26 | 0.65 | 0 | 0.71 | 276.25 | 0.48 | 0.2 |
| Hex | 37 | 1A | 4A | 1A | 41 | 0 | 47 | 114 | 30 | 14 |
| Octal | 67 | 32 | 112 | 32 | 101 | 0 | 107 | 424 | 60 | 24 |
| Binary | 110111 | 11010 | 1001010 | 11010 | 1000001 | 0 | 1000111 | 100010100 | 110000 | 10100 |
Color Harmonies of #371A4A
Complementary color
Monochromatic Colors of #371A4A
Black with #371A4A
Text Example
Text Example
White with #371A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A4A; }
p { color: rgb(55,26,74); }
H1.HeaderClassName
{
color: #371A4A;
}
.AnyTagClassName
{
color: #371A4A;
}
</style>
background-color css
<style>
a { background-color: #371A4A; }
a { background-color: rgb(55,26,74); }
div.DivClassName
{
background-color: #371A4A;
}
.BgClassName
{
background-color: #371A4A;
}
</style>
border-color css
<style>
span { border-color: #371A4A; }
span { border-color: rgb(55,26,74); }
td.TdClassName
{
border-color: #371A4A;
}
.TagClassName
{
border-color: #371A4A;
}
</style>