Shades of Blackcurrant #372541
Tints of Blackcurrant #372541
RGB
CMYK
RGB Variations
Color information
#372541 (or 0x372541) is known color: Blackcurrant. HEX triplet: 37, 25 and 41. RGB value is (55,37,65). Sum of RGB (Red+Green+Blue) = 55+37+65=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #372541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372541 is #C8DABE. Grayscale: #2D2D2D. Windows color (decimal): -13163199 or 4269367. OLE color: 4269367.
HSL color Cylindrical-coordinate representation of color #372541: hue angle of 278.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #372541 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 37 | 65 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.75 |
| HSL | 278.57º | 0.27% | 0.2% | - |
| HSV(B) | 278.57º | 0.43% | 0.25% | - |
| XYZ | 3.19 | 2.52 | 5.32 | - |
| YUV | 45.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 65 | 0.15 | 0.43 | 0 | 0.75 | 278.57 | 0.27 | 0.2 |
| Hex | 37 | 25 | 41 | F | 2B | 0 | 4B | 117 | 1B | 14 |
| Octal | 67 | 45 | 101 | 17 | 53 | 0 | 113 | 427 | 33 | 24 |
| Binary | 110111 | 100101 | 1000001 | 1111 | 101011 | 0 | 1001011 | 100010111 | 11011 | 10100 |
Color Harmonies of #372541
Complementary color
Monochromatic Colors of #372541
Black with #372541
Text Example
Text Example
White with #372541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372541; }
p { color: rgb(55,37,65); }
H1.HeaderClassName
{
color: #372541;
}
.AnyTagClassName
{
color: #372541;
}
</style>
background-color css
<style>
a { background-color: #372541; }
a { background-color: rgb(55,37,65); }
div.DivClassName
{
background-color: #372541;
}
.BgClassName
{
background-color: #372541;
}
</style>
border-color css
<style>
span { border-color: #372541; }
span { border-color: rgb(55,37,65); }
td.TdClassName
{
border-color: #372541;
}
.TagClassName
{
border-color: #372541;
}
</style>