Shades of Blackberry #37072C
Tints of Blackberry #37072C
RGB
CMYK
RGB Variations
Color information
#37072C (or 0x37072C) is known color: Blackberry. HEX triplet: 37, 07 and 2C. RGB value is (55,7,44). Sum of RGB (Red+Green+Blue) = 55+7+44=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37072C is #C8F8D3. Grayscale: #191919. Windows color (decimal): -13170900 or 2885431. OLE color: 2885431.
HSL color Cylindrical-coordinate representation of color #37072C: hue angle of 313.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37072C is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 7 | 44 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.78 |
| HSL | 313.75º | 0.77% | 0.12% | - |
| HSV(B) | 313.75º | 0.87% | 0.22% | - |
| XYZ | 2.11 | 1.15 | 2.49 | - |
| YUV | 25.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 44 | 0 | 0.87 | 0.2 | 0.78 | 313.75 | 0.77 | 0.12 |
| Hex | 37 | 7 | 2C | 0 | 57 | 14 | 4E | 13A | 4D | C |
| Octal | 67 | 7 | 54 | 0 | 127 | 24 | 116 | 472 | 115 | 14 |
| Binary | 110111 | 111 | 101100 | 0 | 1010111 | 10100 | 1001110 | 100111010 | 1001101 | 1100 |
Color Harmonies of #37072C
Complementary color
Monochromatic Colors of #37072C
Black with #37072C
Text Example
Text Example
White with #37072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37072C; }
p { color: rgb(55,7,44); }
H1.HeaderClassName
{
color: #37072C;
}
.AnyTagClassName
{
color: #37072C;
}
</style>
background-color css
<style>
a { background-color: #37072C; }
a { background-color: rgb(55,7,44); }
div.DivClassName
{
background-color: #37072C;
}
.BgClassName
{
background-color: #37072C;
}
</style>
border-color css
<style>
span { border-color: #37072C; }
span { border-color: rgb(55,7,44); }
td.TdClassName
{
border-color: #37072C;
}
.TagClassName
{
border-color: #37072C;
}
</style>