Shades of Blackcurrant #372343
Tints of Blackcurrant #372343
RGB
CMYK
RGB Variations
Color information
#372343 (or 0x372343) is known color: Blackcurrant. HEX triplet: 37, 23 and 43. RGB value is (55,35,67). Sum of RGB (Red+Green+Blue) = 55+35+67=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #372343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372343 is #C8DCBC. Grayscale: #2C2C2C. Windows color (decimal): -13163709 or 4399927. OLE color: 4399927.
HSL color Cylindrical-coordinate representation of color #372343: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372343 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 35 | 67 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.74 |
| HSL | 277.5º | 0.31% | 0.2% | - |
| HSV(B) | 277.5º | 0.48% | 0.26% | - |
| XYZ | 3.19 | 2.42 | 5.61 | - |
| YUV | 44.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 67 | 0.18 | 0.48 | 0 | 0.74 | 277.5 | 0.31 | 0.2 |
| Hex | 37 | 23 | 43 | 12 | 30 | 0 | 4A | 116 | 1F | 14 |
| Octal | 67 | 43 | 103 | 22 | 60 | 0 | 112 | 426 | 37 | 24 |
| Binary | 110111 | 100011 | 1000011 | 10010 | 110000 | 0 | 1001010 | 100010110 | 11111 | 10100 |
Color Harmonies of #372343
Complementary color
Monochromatic Colors of #372343
Black with #372343
Text Example
Text Example
White with #372343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372343; }
p { color: rgb(55,35,67); }
H1.HeaderClassName
{
color: #372343;
}
.AnyTagClassName
{
color: #372343;
}
</style>
background-color css
<style>
a { background-color: #372343; }
a { background-color: rgb(55,35,67); }
div.DivClassName
{
background-color: #372343;
}
.BgClassName
{
background-color: #372343;
}
</style>
border-color css
<style>
span { border-color: #372343; }
span { border-color: rgb(55,35,67); }
td.TdClassName
{
border-color: #372343;
}
.TagClassName
{
border-color: #372343;
}
</style>