Shades of Blackcurrant #372341
Tints of Blackcurrant #372341
RGB
CMYK
RGB Variations
Color information
#372341 (or 0x372341) is known color: Blackcurrant. HEX triplet: 37, 23 and 41. RGB value is (55,35,65). Sum of RGB (Red+Green+Blue) = 55+35+65=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #372341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372341 is #C8DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13163711 or 4268855. OLE color: 4268855.
HSL color Cylindrical-coordinate representation of color #372341: hue angle of 280º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #372341 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 35 | 65 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.75 |
| HSL | 280º | 0.3% | 0.2% | - |
| HSV(B) | 280º | 0.46% | 0.25% | - |
| XYZ | 3.13 | 2.4 | 5.3 | - |
| YUV | 44.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 65 | 0.15 | 0.46 | 0 | 0.75 | 280 | 0.3 | 0.2 |
| Hex | 37 | 23 | 41 | F | 2E | 0 | 4B | 118 | 1E | 14 |
| Octal | 67 | 43 | 101 | 17 | 56 | 0 | 113 | 430 | 36 | 24 |
| Binary | 110111 | 100011 | 1000001 | 1111 | 101110 | 0 | 1001011 | 100011000 | 11110 | 10100 |
Color Harmonies of #372341
Complementary color
Monochromatic Colors of #372341
Black with #372341
Text Example
Text Example
White with #372341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372341; }
p { color: rgb(55,35,65); }
H1.HeaderClassName
{
color: #372341;
}
.AnyTagClassName
{
color: #372341;
}
</style>
background-color css
<style>
a { background-color: #372341; }
a { background-color: rgb(55,35,65); }
div.DivClassName
{
background-color: #372341;
}
.BgClassName
{
background-color: #372341;
}
</style>
border-color css
<style>
span { border-color: #372341; }
span { border-color: rgb(55,35,65); }
td.TdClassName
{
border-color: #372341;
}
.TagClassName
{
border-color: #372341;
}
</style>