Shades of Blackcurrant #37273F
Tints of Blackcurrant #37273F
RGB
CMYK
RGB Variations
Color information
#37273F (or 0x37273F) is known color: Blackcurrant. HEX triplet: 37, 27 and 3F. RGB value is (55,39,63). Sum of RGB (Red+Green+Blue) = 55+39+63=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #37273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37273F is #C8D8C0. Grayscale: #2E2E2E. Windows color (decimal): -13162689 or 4138807. OLE color: 4138807.
HSL color Cylindrical-coordinate representation of color #37273F: hue angle of 280º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37273F is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 39 | 63 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.75 |
| HSL | 280º | 0.24% | 0.2% | - |
| HSV(B) | 280º | 0.38% | 0.25% | - |
| XYZ | 3.2 | 2.62 | 5.04 | - |
| YUV | 46.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 63 | 0.13 | 0.38 | 0 | 0.75 | 280 | 0.24 | 0.2 |
| Hex | 37 | 27 | 3F | D | 26 | 0 | 4B | 118 | 18 | 14 |
| Octal | 67 | 47 | 77 | 15 | 46 | 0 | 113 | 430 | 30 | 24 |
| Binary | 110111 | 100111 | 111111 | 1101 | 100110 | 0 | 1001011 | 100011000 | 11000 | 10100 |
Color Harmonies of #37273F
Complementary color
Monochromatic Colors of #37273F
Black with #37273F
Text Example
Text Example
White with #37273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37273F; }
p { color: rgb(55,39,63); }
H1.HeaderClassName
{
color: #37273F;
}
.AnyTagClassName
{
color: #37273F;
}
</style>
background-color css
<style>
a { background-color: #37273F; }
a { background-color: rgb(55,39,63); }
div.DivClassName
{
background-color: #37273F;
}
.BgClassName
{
background-color: #37273F;
}
</style>
border-color css
<style>
span { border-color: #37273F; }
span { border-color: rgb(55,39,63); }
td.TdClassName
{
border-color: #37273F;
}
.TagClassName
{
border-color: #37273F;
}
</style>