Shades of Blackberry #37192C
Tints of Blackberry #37192C
RGB
CMYK
RGB Variations
Color information
#37192C (or 0x37192C) is known color: Blackberry. HEX triplet: 37, 19 and 2C. RGB value is (55,25,44). Sum of RGB (Red+Green+Blue) = 55+25+44=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37192C is #C8E6D3. Grayscale: #242424. Windows color (decimal): -13166292 or 2890039. OLE color: 2890039.
HSL color Cylindrical-coordinate representation of color #37192C: hue angle of 322º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37192C is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 44 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.78 |
| HSL | 322º | 0.38% | 0.16% | - |
| HSV(B) | 322º | 0.55% | 0.22% | - |
| XYZ | 2.38 | 1.69 | 2.58 | - |
| YUV | 36.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 44 | 0 | 0.55 | 0.2 | 0.78 | 322 | 0.38 | 0.16 |
| Hex | 37 | 19 | 2C | 0 | 37 | 14 | 4E | 142 | 26 | 10 |
| Octal | 67 | 31 | 54 | 0 | 67 | 24 | 116 | 502 | 46 | 20 |
| Binary | 110111 | 11001 | 101100 | 0 | 110111 | 10100 | 1001110 | 101000010 | 100110 | 10000 |
Color Harmonies of #37192C
Complementary color
Monochromatic Colors of #37192C
Black with #37192C
Text Example
Text Example
White with #37192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37192C; }
p { color: rgb(55,25,44); }
H1.HeaderClassName
{
color: #37192C;
}
.AnyTagClassName
{
color: #37192C;
}
</style>
background-color css
<style>
a { background-color: #37192C; }
a { background-color: rgb(55,25,44); }
div.DivClassName
{
background-color: #37192C;
}
.BgClassName
{
background-color: #37192C;
}
</style>
border-color css
<style>
span { border-color: #37192C; }
span { border-color: rgb(55,25,44); }
td.TdClassName
{
border-color: #37192C;
}
.TagClassName
{
border-color: #37192C;
}
</style>