Shades of Blackcurrant #37053E
Tints of Blackcurrant #37053E
RGB
CMYK
RGB Variations
Color information
#37053E (or 0x37053E) is known color: Blackcurrant. HEX triplet: 37, 05 and 3E. RGB value is (55,5,62). Sum of RGB (Red+Green+Blue) = 55+5+62=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #37053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053E is #C8FAC1. Grayscale: #1A1A1A. Windows color (decimal): -13171394 or 4064567. OLE color: 4064567.
HSL color Cylindrical-coordinate representation of color #37053E: hue angle of 292.63º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053E is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 5 | 62 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.76 |
| HSL | 292.63º | 0.85% | 0.13% | - |
| HSV(B) | 292.63º | 0.92% | 0.24% | - |
| XYZ | 2.5 | 1.27 | 4.67 | - |
| YUV | 26.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 62 | 0.11 | 0.92 | 0 | 0.76 | 292.63 | 0.85 | 0.13 |
| Hex | 37 | 5 | 3E | B | 5C | 0 | 4C | 125 | 55 | D |
| Octal | 67 | 5 | 76 | 13 | 134 | 0 | 114 | 445 | 125 | 15 |
| Binary | 110111 | 101 | 111110 | 1011 | 1011100 | 0 | 1001100 | 100100101 | 1010101 | 1101 |
Color Harmonies of #37053E
Complementary color
Monochromatic Colors of #37053E
Black with #37053E
Text Example
Text Example
White with #37053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37053E; }
p { color: rgb(55,5,62); }
H1.HeaderClassName
{
color: #37053E;
}
.AnyTagClassName
{
color: #37053E;
}
</style>
background-color css
<style>
a { background-color: #37053E; }
a { background-color: rgb(55,5,62); }
div.DivClassName
{
background-color: #37053E;
}
.BgClassName
{
background-color: #37053E;
}
</style>
border-color css
<style>
span { border-color: #37053E; }
span { border-color: rgb(55,5,62); }
td.TdClassName
{
border-color: #37053E;
}
.TagClassName
{
border-color: #37053E;
}
</style>