Shades of Blackberry #37112D
Tints of Blackberry #37112D
RGB
CMYK
RGB Variations
Color information
#37112D (or 0x37112D) is known color: Blackberry. HEX triplet: 37, 11 and 2D. RGB value is (55,17,45). Sum of RGB (Red+Green+Blue) = 55+17+45=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37112D is #C8EED2. Grayscale: #1F1F1F. Windows color (decimal): -13168339 or 2953527. OLE color: 2953527.
HSL color Cylindrical-coordinate representation of color #37112D: hue angle of 315.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37112D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 45 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.78 |
| HSL | 315.79º | 0.53% | 0.14% | - |
| HSV(B) | 315.79º | 0.69% | 0.22% | - |
| XYZ | 2.25 | 1.4 | 2.63 | - |
| YUV | 31.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 45 | 0 | 0.69 | 0.18 | 0.78 | 315.79 | 0.53 | 0.14 |
| Hex | 37 | 11 | 2D | 0 | 45 | 12 | 4E | 13C | 35 | E |
| Octal | 67 | 21 | 55 | 0 | 105 | 22 | 116 | 474 | 65 | 16 |
| Binary | 110111 | 10001 | 101101 | 0 | 1000101 | 10010 | 1001110 | 100111100 | 110101 | 1110 |
Color Harmonies of #37112D
Complementary color
Monochromatic Colors of #37112D
Black with #37112D
Text Example
Text Example
White with #37112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37112D; }
p { color: rgb(55,17,45); }
H1.HeaderClassName
{
color: #37112D;
}
.AnyTagClassName
{
color: #37112D;
}
</style>
background-color css
<style>
a { background-color: #37112D; }
a { background-color: rgb(55,17,45); }
div.DivClassName
{
background-color: #37112D;
}
.BgClassName
{
background-color: #37112D;
}
</style>
border-color css
<style>
span { border-color: #37112D; }
span { border-color: rgb(55,17,45); }
td.TdClassName
{
border-color: #37112D;
}
.TagClassName
{
border-color: #37112D;
}
</style>