Shades of Blackcurrant #37223D
Tints of Blackcurrant #37223D
RGB
CMYK
RGB Variations
Color information
#37223D (or 0x37223D) is known color: Blackcurrant. HEX triplet: 37, 22 and 3D. RGB value is (55,34,61). Sum of RGB (Red+Green+Blue) = 55+34+61=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #37223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37223D is #C8DDC2. Grayscale: #2B2B2B. Windows color (decimal): -13163971 or 4006455. OLE color: 4006455.
HSL color Cylindrical-coordinate representation of color #37223D: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37223D is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 34 | 61 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.76 |
| HSL | 286.67º | 0.28% | 0.19% | - |
| HSV(B) | 286.67º | 0.44% | 0.24% | - |
| XYZ | 2.99 | 2.29 | 4.7 | - |
| YUV | 43.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 61 | 0.10 | 0.44 | 0 | 0.76 | 286.67 | 0.28 | 0.19 |
| Hex | 37 | 22 | 3D | A | 2C | 0 | 4C | 11F | 1C | 13 |
| Octal | 67 | 42 | 75 | 12 | 54 | 0 | 114 | 437 | 34 | 23 |
| Binary | 110111 | 100010 | 111101 | 1010 | 101100 | 0 | 1001100 | 100011111 | 11100 | 10011 |
Color Harmonies of #37223D
Complementary color
Monochromatic Colors of #37223D
Black with #37223D
Text Example
Text Example
White with #37223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37223D; }
p { color: rgb(55,34,61); }
H1.HeaderClassName
{
color: #37223D;
}
.AnyTagClassName
{
color: #37223D;
}
</style>
background-color css
<style>
a { background-color: #37223D; }
a { background-color: rgb(55,34,61); }
div.DivClassName
{
background-color: #37223D;
}
.BgClassName
{
background-color: #37223D;
}
</style>
border-color css
<style>
span { border-color: #37223D; }
span { border-color: rgb(55,34,61); }
td.TdClassName
{
border-color: #37223D;
}
.TagClassName
{
border-color: #37223D;
}
</style>