Shades of Blackcurrant #371E44
Tints of Blackcurrant #371E44
RGB
CMYK
RGB Variations
Color information
#371E44 (or 0x371E44) is known color: Blackcurrant. HEX triplet: 37, 1E and 44. RGB value is (55,30,68). Sum of RGB (Red+Green+Blue) = 55+30+68=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #371E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E44 is #C8E1BB. Grayscale: #292929. Windows color (decimal): -13164988 or 4464183. OLE color: 4464183.
HSL color Cylindrical-coordinate representation of color #371E44: hue angle of 279.47º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371E44 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 30 | 68 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.73 |
| HSL | 279.47º | 0.39% | 0.19% | - |
| HSV(B) | 279.47º | 0.56% | 0.27% | - |
| XYZ | 3.08 | 2.16 | 5.72 | - |
| YUV | 41.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 68 | 0.19 | 0.56 | 0 | 0.73 | 279.47 | 0.39 | 0.19 |
| Hex | 37 | 1E | 44 | 13 | 38 | 0 | 49 | 117 | 27 | 13 |
| Octal | 67 | 36 | 104 | 23 | 70 | 0 | 111 | 427 | 47 | 23 |
| Binary | 110111 | 11110 | 1000100 | 10011 | 111000 | 0 | 1001001 | 100010111 | 100111 | 10011 |
Color Harmonies of #371E44
Complementary color
Monochromatic Colors of #371E44
Black with #371E44
Text Example
Text Example
White with #371E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E44; }
p { color: rgb(55,30,68); }
H1.HeaderClassName
{
color: #371E44;
}
.AnyTagClassName
{
color: #371E44;
}
</style>
background-color css
<style>
a { background-color: #371E44; }
a { background-color: rgb(55,30,68); }
div.DivClassName
{
background-color: #371E44;
}
.BgClassName
{
background-color: #371E44;
}
</style>
border-color css
<style>
span { border-color: #371E44; }
span { border-color: rgb(55,30,68); }
td.TdClassName
{
border-color: #371E44;
}
.TagClassName
{
border-color: #371E44;
}
</style>