Shades of Blackberry #37051B
Tints of Blackberry #37051B
RGB
CMYK
RGB Variations
Color information
#37051B (or 0x37051B) is known color: Blackberry. HEX triplet: 37, 05 and 1B. RGB value is (55,5,27). Sum of RGB (Red+Green+Blue) = 55+5+27=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051B is #C8FAE4. Grayscale: #161616. Windows color (decimal): -13171429 or 1770807. OLE color: 1770807.
HSL color Cylindrical-coordinate representation of color #37051B: hue angle of 333.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37051B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 27 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.78 |
| HSL | 333.6º | 0.83% | 0.12% | - |
| HSV(B) | 333.6º | 0.91% | 0.22% | - |
| XYZ | 1.83 | 1 | 1.13 | - |
| YUV | 22.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 27 | 0 | 0.91 | 0.51 | 0.78 | 333.6 | 0.83 | 0.12 |
| Hex | 37 | 5 | 1B | 0 | 5B | 33 | 4E | 14E | 53 | C |
| Octal | 67 | 5 | 33 | 0 | 133 | 63 | 116 | 516 | 123 | 14 |
| Binary | 110111 | 101 | 11011 | 0 | 1011011 | 110011 | 1001110 | 101001110 | 1010011 | 1100 |
Color Harmonies of #37051B
Complementary color
Monochromatic Colors of #37051B
Black with #37051B
Text Example
Text Example
White with #37051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37051B; }
p { color: rgb(55,5,27); }
H1.HeaderClassName
{
color: #37051B;
}
.AnyTagClassName
{
color: #37051B;
}
</style>
background-color css
<style>
a { background-color: #37051B; }
a { background-color: rgb(55,5,27); }
div.DivClassName
{
background-color: #37051B;
}
.BgClassName
{
background-color: #37051B;
}
</style>
border-color css
<style>
span { border-color: #37051B; }
span { border-color: rgb(55,5,27); }
td.TdClassName
{
border-color: #37051B;
}
.TagClassName
{
border-color: #37051B;
}
</style>