Shades of Blackberry #37192B
Tints of Blackberry #37192B
RGB
CMYK
RGB Variations
Color information
#37192B (or 0x37192B) is known color: Blackberry. HEX triplet: 37, 19 and 2B. RGB value is (55,25,43). Sum of RGB (Red+Green+Blue) = 55+25+43=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37192B is #C8E6D4. Grayscale: #232323. Windows color (decimal): -13166293 or 2824503. OLE color: 2824503.
HSL color Cylindrical-coordinate representation of color #37192B: hue angle of 324º 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 #37192B is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 43 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.78 |
| HSL | 324º | 0.38% | 0.16% | - |
| HSV(B) | 324º | 0.55% | 0.22% | - |
| XYZ | 2.36 | 1.68 | 2.49 | - |
| YUV | 36.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 43 | 0 | 0.55 | 0.22 | 0.78 | 324 | 0.38 | 0.16 |
| Hex | 37 | 19 | 2B | 0 | 37 | 16 | 4E | 144 | 26 | 10 |
| Octal | 67 | 31 | 53 | 0 | 67 | 26 | 116 | 504 | 46 | 20 |
| Binary | 110111 | 11001 | 101011 | 0 | 110111 | 10110 | 1001110 | 101000100 | 100110 | 10000 |
Color Harmonies of #37192B
Complementary color
Monochromatic Colors of #37192B
Black with #37192B
Text Example
Text Example
White with #37192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37192B; }
p { color: rgb(55,25,43); }
H1.HeaderClassName
{
color: #37192B;
}
.AnyTagClassName
{
color: #37192B;
}
</style>
background-color css
<style>
a { background-color: #37192B; }
a { background-color: rgb(55,25,43); }
div.DivClassName
{
background-color: #37192B;
}
.BgClassName
{
background-color: #37192B;
}
</style>
border-color css
<style>
span { border-color: #37192B; }
span { border-color: rgb(55,25,43); }
td.TdClassName
{
border-color: #37192B;
}
.TagClassName
{
border-color: #37192B;
}
</style>