Shades of Blackberry #37112B
Tints of Blackberry #37112B
RGB
CMYK
RGB Variations
Color information
#37112B (or 0x37112B) is known color: Blackberry. HEX triplet: 37, 11 and 2B. RGB value is (55,17,43). Sum of RGB (Red+Green+Blue) = 55+17+43=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37112B is #C8EED4. Grayscale: #1F1F1F. Windows color (decimal): -13168341 or 2822455. OLE color: 2822455.
HSL color Cylindrical-coordinate representation of color #37112B: hue angle of 318.95º 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 #37112B is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 43 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.78 |
| HSL | 318.95º | 0.53% | 0.14% | - |
| HSV(B) | 318.95º | 0.69% | 0.22% | - |
| XYZ | 2.21 | 1.39 | 2.44 | - |
| YUV | 31.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 43 | 0 | 0.69 | 0.22 | 0.78 | 318.95 | 0.53 | 0.14 |
| Hex | 37 | 11 | 2B | 0 | 45 | 16 | 4E | 13F | 35 | E |
| Octal | 67 | 21 | 53 | 0 | 105 | 26 | 116 | 477 | 65 | 16 |
| Binary | 110111 | 10001 | 101011 | 0 | 1000101 | 10110 | 1001110 | 100111111 | 110101 | 1110 |
Color Harmonies of #37112B
Complementary color
Monochromatic Colors of #37112B
Black with #37112B
Text Example
Text Example
White with #37112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37112B; }
p { color: rgb(55,17,43); }
H1.HeaderClassName
{
color: #37112B;
}
.AnyTagClassName
{
color: #37112B;
}
</style>
background-color css
<style>
a { background-color: #37112B; }
a { background-color: rgb(55,17,43); }
div.DivClassName
{
background-color: #37112B;
}
.BgClassName
{
background-color: #37112B;
}
</style>
border-color css
<style>
span { border-color: #37112B; }
span { border-color: rgb(55,17,43); }
td.TdClassName
{
border-color: #37112B;
}
.TagClassName
{
border-color: #37112B;
}
</style>