Shades of Blackcurrant #37113F
Tints of Blackcurrant #37113F
RGB
CMYK
RGB Variations
Color information
#37113F (or 0x37113F) is known color: Blackcurrant. HEX triplet: 37, 11 and 3F. RGB value is (55,17,63). Sum of RGB (Red+Green+Blue) = 55+17+63=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #37113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37113F is #C8EEC0. Grayscale: #212121. Windows color (decimal): -13168321 or 4133175. OLE color: 4133175.
HSL color Cylindrical-coordinate representation of color #37113F: hue angle of 289.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37113F is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 17 | 63 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.75 |
| HSL | 289.57º | 0.58% | 0.16% | - |
| HSV(B) | 289.57º | 0.73% | 0.25% | - |
| XYZ | 2.67 | 1.57 | 4.87 | - |
| YUV | 33.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 63 | 0.13 | 0.73 | 0 | 0.75 | 289.57 | 0.58 | 0.16 |
| Hex | 37 | 11 | 3F | D | 49 | 0 | 4B | 122 | 3A | 10 |
| Octal | 67 | 21 | 77 | 15 | 111 | 0 | 113 | 442 | 72 | 20 |
| Binary | 110111 | 10001 | 111111 | 1101 | 1001001 | 0 | 1001011 | 100100010 | 111010 | 10000 |
Color Harmonies of #37113F
Complementary color
Monochromatic Colors of #37113F
Black with #37113F
Text Example
Text Example
White with #37113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37113F; }
p { color: rgb(55,17,63); }
H1.HeaderClassName
{
color: #37113F;
}
.AnyTagClassName
{
color: #37113F;
}
</style>
background-color css
<style>
a { background-color: #37113F; }
a { background-color: rgb(55,17,63); }
div.DivClassName
{
background-color: #37113F;
}
.BgClassName
{
background-color: #37113F;
}
</style>
border-color css
<style>
span { border-color: #37113F; }
span { border-color: rgb(55,17,63); }
td.TdClassName
{
border-color: #37113F;
}
.TagClassName
{
border-color: #37113F;
}
</style>