Shades of Blackcurrant #371841
Tints of Blackcurrant #371841
RGB
CMYK
RGB Variations
Color information
#371841 (or 0x371841) is known color: Blackcurrant. HEX triplet: 37, 18 and 41. RGB value is (55,24,65). Sum of RGB (Red+Green+Blue) = 55+24+65=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #371841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371841 is #C8E7BE. Grayscale: #252525. Windows color (decimal): -13166527 or 4266039. OLE color: 4266039.
HSL color Cylindrical-coordinate representation of color #371841: hue angle of 285.37º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371841 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 24 | 65 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.75 |
| HSL | 285.37º | 0.46% | 0.17% | - |
| HSV(B) | 285.37º | 0.63% | 0.25% | - |
| XYZ | 2.86 | 1.85 | 5.21 | - |
| YUV | 37.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 65 | 0.15 | 0.63 | 0 | 0.75 | 285.37 | 0.46 | 0.17 |
| Hex | 37 | 18 | 41 | F | 3F | 0 | 4B | 11D | 2E | 11 |
| Octal | 67 | 30 | 101 | 17 | 77 | 0 | 113 | 435 | 56 | 21 |
| Binary | 110111 | 11000 | 1000001 | 1111 | 111111 | 0 | 1001011 | 100011101 | 101110 | 10001 |
Color Harmonies of #371841
Complementary color
Monochromatic Colors of #371841
Black with #371841
Text Example
Text Example
White with #371841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371841; }
p { color: rgb(55,24,65); }
H1.HeaderClassName
{
color: #371841;
}
.AnyTagClassName
{
color: #371841;
}
</style>
background-color css
<style>
a { background-color: #371841; }
a { background-color: rgb(55,24,65); }
div.DivClassName
{
background-color: #371841;
}
.BgClassName
{
background-color: #371841;
}
</style>
border-color css
<style>
span { border-color: #371841; }
span { border-color: rgb(55,24,65); }
td.TdClassName
{
border-color: #371841;
}
.TagClassName
{
border-color: #371841;
}
</style>