Shades of Blackcurrant #371C4B
Tints of Blackcurrant #371C4B
RGB
CMYK
RGB Variations
Color information
#371C4B (or 0x371C4B) is known color: Blackcurrant. HEX triplet: 37, 1C and 4B. RGB value is (55,28,75). Sum of RGB (Red+Green+Blue) = 55+28+75=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #371C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C4B is #C8E3B4. Grayscale: #292929. Windows color (decimal): -13165493 or 4922423. OLE color: 4922423.
HSL color Cylindrical-coordinate representation of color #371C4B: hue angle of 274.47º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371C4B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 28 | 75 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.71 |
| HSL | 274.47º | 0.46% | 0.2% | - |
| HSV(B) | 274.47º | 0.63% | 0.29% | - |
| XYZ | 3.26 | 2.15 | 6.9 | - |
| YUV | 41.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 75 | 0.27 | 0.63 | 0 | 0.71 | 274.47 | 0.46 | 0.2 |
| Hex | 37 | 1C | 4B | 1B | 3F | 0 | 47 | 112 | 2E | 14 |
| Octal | 67 | 34 | 113 | 33 | 77 | 0 | 107 | 422 | 56 | 24 |
| Binary | 110111 | 11100 | 1001011 | 11011 | 111111 | 0 | 1000111 | 100010010 | 101110 | 10100 |
Color Harmonies of #371C4B
Complementary color
Monochromatic Colors of #371C4B
Black with #371C4B
Text Example
Text Example
White with #371C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C4B; }
p { color: rgb(55,28,75); }
H1.HeaderClassName
{
color: #371C4B;
}
.AnyTagClassName
{
color: #371C4B;
}
</style>
background-color css
<style>
a { background-color: #371C4B; }
a { background-color: rgb(55,28,75); }
div.DivClassName
{
background-color: #371C4B;
}
.BgClassName
{
background-color: #371C4B;
}
</style>
border-color css
<style>
span { border-color: #371C4B; }
span { border-color: rgb(55,28,75); }
td.TdClassName
{
border-color: #371C4B;
}
.TagClassName
{
border-color: #371C4B;
}
</style>