Shades of Blackcurrant #37223F
Tints of Blackcurrant #37223F
RGB
CMYK
RGB Variations
Color information
#37223F (or 0x37223F) is known color: Blackcurrant. HEX triplet: 37, 22 and 3F. RGB value is (55,34,63). Sum of RGB (Red+Green+Blue) = 55+34+63=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #37223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37223F is #C8DDC0. Grayscale: #2B2B2B. Windows color (decimal): -13163969 or 4137527. OLE color: 4137527.
HSL color Cylindrical-coordinate representation of color #37223F: hue angle of 283.45º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37223F is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 34 | 63 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.75 |
| HSL | 283.45º | 0.3% | 0.19% | - |
| HSV(B) | 283.45º | 0.46% | 0.25% | - |
| XYZ | 3.04 | 2.32 | 4.99 | - |
| YUV | 43.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 63 | 0.13 | 0.46 | 0 | 0.75 | 283.45 | 0.3 | 0.19 |
| Hex | 37 | 22 | 3F | D | 2E | 0 | 4B | 11B | 1E | 13 |
| Octal | 67 | 42 | 77 | 15 | 56 | 0 | 113 | 433 | 36 | 23 |
| Binary | 110111 | 100010 | 111111 | 1101 | 101110 | 0 | 1001011 | 100011011 | 11110 | 10011 |
Color Harmonies of #37223F
Complementary color
Monochromatic Colors of #37223F
Black with #37223F
Text Example
Text Example
White with #37223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37223F; }
p { color: rgb(55,34,63); }
H1.HeaderClassName
{
color: #37223F;
}
.AnyTagClassName
{
color: #37223F;
}
</style>
background-color css
<style>
a { background-color: #37223F; }
a { background-color: rgb(55,34,63); }
div.DivClassName
{
background-color: #37223F;
}
.BgClassName
{
background-color: #37223F;
}
</style>
border-color css
<style>
span { border-color: #37223F; }
span { border-color: rgb(55,34,63); }
td.TdClassName
{
border-color: #37223F;
}
.TagClassName
{
border-color: #37223F;
}
</style>