Shades of Blackberry #37152B
Tints of Blackberry #37152B
RGB
CMYK
RGB Variations
Color information
#37152B (or 0x37152B) is known color: Blackberry. HEX triplet: 37, 15 and 2B. RGB value is (55,21,43). Sum of RGB (Red+Green+Blue) = 55+21+43=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37152B is #C8EAD4. Grayscale: #212121. Windows color (decimal): -13167317 or 2823479. OLE color: 2823479.
HSL color Cylindrical-coordinate representation of color #37152B: hue angle of 321.18º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37152B is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 21 | 43 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.78 |
| HSL | 321.18º | 0.45% | 0.15% | - |
| HSV(B) | 321.18º | 0.62% | 0.22% | - |
| XYZ | 2.28 | 1.52 | 2.46 | - |
| YUV | 33.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 43 | 0 | 0.62 | 0.22 | 0.78 | 321.18 | 0.45 | 0.15 |
| Hex | 37 | 15 | 2B | 0 | 3E | 16 | 4E | 141 | 2D | F |
| Octal | 67 | 25 | 53 | 0 | 76 | 26 | 116 | 501 | 55 | 17 |
| Binary | 110111 | 10101 | 101011 | 0 | 111110 | 10110 | 1001110 | 101000001 | 101101 | 1111 |
Color Harmonies of #37152B
Complementary color
Monochromatic Colors of #37152B
Black with #37152B
Text Example
Text Example
White with #37152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37152B; }
p { color: rgb(55,21,43); }
H1.HeaderClassName
{
color: #37152B;
}
.AnyTagClassName
{
color: #37152B;
}
</style>
background-color css
<style>
a { background-color: #37152B; }
a { background-color: rgb(55,21,43); }
div.DivClassName
{
background-color: #37152B;
}
.BgClassName
{
background-color: #37152B;
}
</style>
border-color css
<style>
span { border-color: #37152B; }
span { border-color: rgb(55,21,43); }
td.TdClassName
{
border-color: #37152B;
}
.TagClassName
{
border-color: #37152B;
}
</style>