Shades of Blackcurrant #371641
Tints of Blackcurrant #371641
RGB
CMYK
RGB Variations
Color information
#371641 (or 0x371641) is known color: Blackcurrant. HEX triplet: 37, 16 and 41. RGB value is (55,22,65). Sum of RGB (Red+Green+Blue) = 55+22+65=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #371641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371641 is #C8E9BE. Grayscale: #242424. Windows color (decimal): -13167039 or 4265527. OLE color: 4265527.
HSL color Cylindrical-coordinate representation of color #371641: hue angle of 286.05º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #371641 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 22 | 65 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.75 |
| HSL | 286.05º | 0.49% | 0.17% | - |
| HSV(B) | 286.05º | 0.66% | 0.25% | - |
| XYZ | 2.82 | 1.77 | 5.19 | - |
| YUV | 36.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 65 | 0.15 | 0.66 | 0 | 0.75 | 286.05 | 0.49 | 0.17 |
| Hex | 37 | 16 | 41 | F | 42 | 0 | 4B | 11E | 31 | 11 |
| Octal | 67 | 26 | 101 | 17 | 102 | 0 | 113 | 436 | 61 | 21 |
| Binary | 110111 | 10110 | 1000001 | 1111 | 1000010 | 0 | 1001011 | 100011110 | 110001 | 10001 |
Color Harmonies of #371641
Complementary color
Monochromatic Colors of #371641
Black with #371641
Text Example
Text Example
White with #371641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371641; }
p { color: rgb(55,22,65); }
H1.HeaderClassName
{
color: #371641;
}
.AnyTagClassName
{
color: #371641;
}
</style>
background-color css
<style>
a { background-color: #371641; }
a { background-color: rgb(55,22,65); }
div.DivClassName
{
background-color: #371641;
}
.BgClassName
{
background-color: #371641;
}
</style>
border-color css
<style>
span { border-color: #371641; }
span { border-color: rgb(55,22,65); }
td.TdClassName
{
border-color: #371641;
}
.TagClassName
{
border-color: #371641;
}
</style>