Shades of Blackcurrant #371A41
Tints of Blackcurrant #371A41
RGB
CMYK
RGB Variations
Color information
#371A41 (or 0x371A41) is known color: Blackcurrant. HEX triplet: 37, 1A and 41. RGB value is (55,26,65). Sum of RGB (Red+Green+Blue) = 55+26+65=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #371A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A41 is #C8E5BE. Grayscale: #262626. Windows color (decimal): -13166015 or 4266551. OLE color: 4266551.
HSL color Cylindrical-coordinate representation of color #371A41: hue angle of 284.62º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371A41 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 26 | 65 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.75 |
| HSL | 284.62º | 0.43% | 0.18% | - |
| HSV(B) | 284.62º | 0.6% | 0.25% | - |
| XYZ | 2.9 | 1.93 | 5.22 | - |
| YUV | 39.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 65 | 0.15 | 0.60 | 0 | 0.75 | 284.62 | 0.43 | 0.18 |
| Hex | 37 | 1A | 41 | F | 3C | 0 | 4B | 11D | 2B | 12 |
| Octal | 67 | 32 | 101 | 17 | 74 | 0 | 113 | 435 | 53 | 22 |
| Binary | 110111 | 11010 | 1000001 | 1111 | 111100 | 0 | 1001011 | 100011101 | 101011 | 10010 |
Color Harmonies of #371A41
Complementary color
Monochromatic Colors of #371A41
Black with #371A41
Text Example
Text Example
White with #371A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A41; }
p { color: rgb(55,26,65); }
H1.HeaderClassName
{
color: #371A41;
}
.AnyTagClassName
{
color: #371A41;
}
</style>
background-color css
<style>
a { background-color: #371A41; }
a { background-color: rgb(55,26,65); }
div.DivClassName
{
background-color: #371A41;
}
.BgClassName
{
background-color: #371A41;
}
</style>
border-color css
<style>
span { border-color: #371A41; }
span { border-color: rgb(55,26,65); }
td.TdClassName
{
border-color: #371A41;
}
.TagClassName
{
border-color: #371A41;
}
</style>