Shades of Blackcurrant #371B4B
Tints of Blackcurrant #371B4B
RGB
CMYK
RGB Variations
Color information
#371B4B (or 0x371B4B) is known color: Blackcurrant. HEX triplet: 37, 1B and 4B. RGB value is (55,27,75). Sum of RGB (Red+Green+Blue) = 55+27+75=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #371B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B4B is #C8E4B4. Grayscale: #282828. Windows color (decimal): -13165749 or 4922167. OLE color: 4922167.
HSL color Cylindrical-coordinate representation of color #371B4B: hue angle of 275º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371B4B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 27 | 75 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.71 |
| HSL | 275º | 0.47% | 0.2% | - |
| HSV(B) | 275º | 0.64% | 0.29% | - |
| XYZ | 3.24 | 2.1 | 6.89 | - |
| YUV | 40.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 75 | 0.27 | 0.64 | 0 | 0.71 | 275 | 0.47 | 0.2 |
| Hex | 37 | 1B | 4B | 1B | 40 | 0 | 47 | 113 | 2F | 14 |
| Octal | 67 | 33 | 113 | 33 | 100 | 0 | 107 | 423 | 57 | 24 |
| Binary | 110111 | 11011 | 1001011 | 11011 | 1000000 | 0 | 1000111 | 100010011 | 101111 | 10100 |
Color Harmonies of #371B4B
Complementary color
Monochromatic Colors of #371B4B
Black with #371B4B
Text Example
Text Example
White with #371B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B4B; }
p { color: rgb(55,27,75); }
H1.HeaderClassName
{
color: #371B4B;
}
.AnyTagClassName
{
color: #371B4B;
}
</style>
background-color css
<style>
a { background-color: #371B4B; }
a { background-color: rgb(55,27,75); }
div.DivClassName
{
background-color: #371B4B;
}
.BgClassName
{
background-color: #371B4B;
}
</style>
border-color css
<style>
span { border-color: #371B4B; }
span { border-color: rgb(55,27,75); }
td.TdClassName
{
border-color: #371B4B;
}
.TagClassName
{
border-color: #371B4B;
}
</style>