Shades of Blackberry #37071F
Tints of Blackberry #37071F
RGB
CMYK
RGB Variations
Color information
#37071F (or 0x37071F) is known color: Blackberry. HEX triplet: 37, 07 and 1F. RGB value is (55,7,31). Sum of RGB (Red+Green+Blue) = 55+7+31=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37071F is #C8F8E0. Grayscale: #181818. Windows color (decimal): -13170913 or 2033463. OLE color: 2033463.
HSL color Cylindrical-coordinate representation of color #37071F: hue angle of 330º 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 #37071F is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 7 | 31 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.78 |
| HSL | 330º | 0.77% | 0.12% | - |
| HSV(B) | 330º | 0.87% | 0.22% | - |
| XYZ | 1.9 | 1.06 | 1.4 | - |
| YUV | 24.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 31 | 0 | 0.87 | 0.44 | 0.78 | 330 | 0.77 | 0.12 |
| Hex | 37 | 7 | 1F | 0 | 57 | 2C | 4E | 14A | 4D | C |
| Octal | 67 | 7 | 37 | 0 | 127 | 54 | 116 | 512 | 115 | 14 |
| Binary | 110111 | 111 | 11111 | 0 | 1010111 | 101100 | 1001110 | 101001010 | 1001101 | 1100 |
Color Harmonies of #37071F
Complementary color
Monochromatic Colors of #37071F
Black with #37071F
Text Example
Text Example
White with #37071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37071F; }
p { color: rgb(55,7,31); }
H1.HeaderClassName
{
color: #37071F;
}
.AnyTagClassName
{
color: #37071F;
}
</style>
background-color css
<style>
a { background-color: #37071F; }
a { background-color: rgb(55,7,31); }
div.DivClassName
{
background-color: #37071F;
}
.BgClassName
{
background-color: #37071F;
}
</style>
border-color css
<style>
span { border-color: #37071F; }
span { border-color: rgb(55,7,31); }
td.TdClassName
{
border-color: #37071F;
}
.TagClassName
{
border-color: #37071F;
}
</style>