Shades of Blackcurrant #372441
Tints of Blackcurrant #372441
RGB
CMYK
RGB Variations
Color information
#372441 (or 0x372441) is known color: Blackcurrant. HEX triplet: 37, 24 and 41. RGB value is (55,36,65). Sum of RGB (Red+Green+Blue) = 55+36+65=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #372441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372441 is #C8DBBE. Grayscale: #2C2C2C. Windows color (decimal): -13163455 or 4269111. OLE color: 4269111.
HSL color Cylindrical-coordinate representation of color #372441: hue angle of 279.31º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372441 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 36 | 65 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.75 |
| HSL | 279.31º | 0.29% | 0.2% | - |
| HSV(B) | 279.31º | 0.45% | 0.25% | - |
| XYZ | 3.16 | 2.46 | 5.31 | - |
| YUV | 44.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 65 | 0.15 | 0.45 | 0 | 0.75 | 279.31 | 0.29 | 0.2 |
| Hex | 37 | 24 | 41 | F | 2D | 0 | 4B | 117 | 1D | 14 |
| Octal | 67 | 44 | 101 | 17 | 55 | 0 | 113 | 427 | 35 | 24 |
| Binary | 110111 | 100100 | 1000001 | 1111 | 101101 | 0 | 1001011 | 100010111 | 11101 | 10100 |
Color Harmonies of #372441
Complementary color
Monochromatic Colors of #372441
Black with #372441
Text Example
Text Example
White with #372441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372441; }
p { color: rgb(55,36,65); }
H1.HeaderClassName
{
color: #372441;
}
.AnyTagClassName
{
color: #372441;
}
</style>
background-color css
<style>
a { background-color: #372441; }
a { background-color: rgb(55,36,65); }
div.DivClassName
{
background-color: #372441;
}
.BgClassName
{
background-color: #372441;
}
</style>
border-color css
<style>
span { border-color: #372441; }
span { border-color: rgb(55,36,65); }
td.TdClassName
{
border-color: #372441;
}
.TagClassName
{
border-color: #372441;
}
</style>