Shades of Blackcurrant #371B4A
Tints of Blackcurrant #371B4A
RGB
CMYK
RGB Variations
Color information
#371B4A (or 0x371B4A) is known color: Blackcurrant. HEX triplet: 37, 1B and 4A. RGB value is (55,27,74). Sum of RGB (Red+Green+Blue) = 55+27+74=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #371B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B4A is #C8E4B5. Grayscale: #282828. Windows color (decimal): -13165750 or 4856631. OLE color: 4856631.
HSL color Cylindrical-coordinate representation of color #371B4A: hue angle of 275.74º 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 #371B4A is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 27 | 74 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.71 |
| HSL | 275.74º | 0.47% | 0.2% | - |
| HSV(B) | 275.74º | 0.64% | 0.29% | - |
| XYZ | 3.2 | 2.09 | 6.71 | - |
| YUV | 40.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 74 | 0.26 | 0.64 | 0 | 0.71 | 275.74 | 0.47 | 0.2 |
| Hex | 37 | 1B | 4A | 1A | 40 | 0 | 47 | 114 | 2F | 14 |
| Octal | 67 | 33 | 112 | 32 | 100 | 0 | 107 | 424 | 57 | 24 |
| Binary | 110111 | 11011 | 1001010 | 11010 | 1000000 | 0 | 1000111 | 100010100 | 101111 | 10100 |
Color Harmonies of #371B4A
Complementary color
Monochromatic Colors of #371B4A
Black with #371B4A
Text Example
Text Example
White with #371B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B4A; }
p { color: rgb(55,27,74); }
H1.HeaderClassName
{
color: #371B4A;
}
.AnyTagClassName
{
color: #371B4A;
}
</style>
background-color css
<style>
a { background-color: #371B4A; }
a { background-color: rgb(55,27,74); }
div.DivClassName
{
background-color: #371B4A;
}
.BgClassName
{
background-color: #371B4A;
}
</style>
border-color css
<style>
span { border-color: #371B4A; }
span { border-color: rgb(55,27,74); }
td.TdClassName
{
border-color: #371B4A;
}
.TagClassName
{
border-color: #371B4A;
}
</style>