Shades of Blackcurrant #371A44
Tints of Blackcurrant #371A44
RGB
CMYK
RGB Variations
Color information
#371A44 (or 0x371A44) is known color: Blackcurrant. HEX triplet: 37, 1A and 44. RGB value is (55,26,68). Sum of RGB (Red+Green+Blue) = 55+26+68=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #371A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A44 is #C8E5BB. Grayscale: #272727. Windows color (decimal): -13166012 or 4463159. OLE color: 4463159.
HSL color Cylindrical-coordinate representation of color #371A44: hue angle of 281.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371A44 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 26 | 68 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.73 |
| HSL | 281.43º | 0.45% | 0.18% | - |
| HSV(B) | 281.43º | 0.62% | 0.27% | - |
| XYZ | 2.99 | 1.97 | 5.69 | - |
| YUV | 39.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 68 | 0.19 | 0.62 | 0 | 0.73 | 281.43 | 0.45 | 0.18 |
| Hex | 37 | 1A | 44 | 13 | 3E | 0 | 49 | 119 | 2D | 12 |
| Octal | 67 | 32 | 104 | 23 | 76 | 0 | 111 | 431 | 55 | 22 |
| Binary | 110111 | 11010 | 1000100 | 10011 | 111110 | 0 | 1001001 | 100011001 | 101101 | 10010 |
Color Harmonies of #371A44
Complementary color
Monochromatic Colors of #371A44
Black with #371A44
Text Example
Text Example
White with #371A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A44; }
p { color: rgb(55,26,68); }
H1.HeaderClassName
{
color: #371A44;
}
.AnyTagClassName
{
color: #371A44;
}
</style>
background-color css
<style>
a { background-color: #371A44; }
a { background-color: rgb(55,26,68); }
div.DivClassName
{
background-color: #371A44;
}
.BgClassName
{
background-color: #371A44;
}
</style>
border-color css
<style>
span { border-color: #371A44; }
span { border-color: rgb(55,26,68); }
td.TdClassName
{
border-color: #371A44;
}
.TagClassName
{
border-color: #371A44;
}
</style>