Shades of Blackberry #37132B
Tints of Blackberry #37132B
RGB
CMYK
RGB Variations
Color information
#37132B (or 0x37132B) is known color: Blackberry. HEX triplet: 37, 13 and 2B. RGB value is (55,19,43). Sum of RGB (Red+Green+Blue) = 55+19+43=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37132B is #C8ECD4. Grayscale: #202020. Windows color (decimal): -13167829 or 2822967. OLE color: 2822967.
HSL color Cylindrical-coordinate representation of color #37132B: hue angle of 320º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37132B is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 19 | 43 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.78 |
| HSL | 320º | 0.49% | 0.15% | - |
| HSV(B) | 320º | 0.65% | 0.22% | - |
| XYZ | 2.24 | 1.45 | 2.45 | - |
| YUV | 32.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 43 | 0 | 0.65 | 0.22 | 0.78 | 320 | 0.49 | 0.15 |
| Hex | 37 | 13 | 2B | 0 | 41 | 16 | 4E | 140 | 31 | F |
| Octal | 67 | 23 | 53 | 0 | 101 | 26 | 116 | 500 | 61 | 17 |
| Binary | 110111 | 10011 | 101011 | 0 | 1000001 | 10110 | 1001110 | 101000000 | 110001 | 1111 |
Color Harmonies of #37132B
Complementary color
Monochromatic Colors of #37132B
Black with #37132B
Text Example
Text Example
White with #37132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37132B; }
p { color: rgb(55,19,43); }
H1.HeaderClassName
{
color: #37132B;
}
.AnyTagClassName
{
color: #37132B;
}
</style>
background-color css
<style>
a { background-color: #37132B; }
a { background-color: rgb(55,19,43); }
div.DivClassName
{
background-color: #37132B;
}
.BgClassName
{
background-color: #37132B;
}
</style>
border-color css
<style>
span { border-color: #37132B; }
span { border-color: rgb(55,19,43); }
td.TdClassName
{
border-color: #37132B;
}
.TagClassName
{
border-color: #37132B;
}
</style>