Shades of Blackberry #37051D
Tints of Blackberry #37051D
RGB
CMYK
RGB Variations
Color information
#37051D (or 0x37051D) is known color: Blackberry. HEX triplet: 37, 05 and 1D. RGB value is (55,5,29). Sum of RGB (Red+Green+Blue) = 55+5+29=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051D is #C8FAE2. Grayscale: #161616. Windows color (decimal): -13171427 or 1901879. OLE color: 1901879.
HSL color Cylindrical-coordinate representation of color #37051D: hue angle of 331.2º 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 #37051D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.78 |
| HSL | 331.2º | 0.83% | 0.12% | - |
| HSV(B) | 331.2º | 0.91% | 0.22% | - |
| XYZ | 1.85 | 1.01 | 1.26 | - |
| YUV | 22.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 29 | 0 | 0.91 | 0.47 | 0.78 | 331.2 | 0.83 | 0.12 |
| Hex | 37 | 5 | 1D | 0 | 5B | 2F | 4E | 14B | 53 | C |
| Octal | 67 | 5 | 35 | 0 | 133 | 57 | 116 | 513 | 123 | 14 |
| Binary | 110111 | 101 | 11101 | 0 | 1011011 | 101111 | 1001110 | 101001011 | 1010011 | 1100 |
Color Harmonies of #37051D
Complementary color
Monochromatic Colors of #37051D
Black with #37051D
Text Example
Text Example
White with #37051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37051D; }
p { color: rgb(55,5,29); }
H1.HeaderClassName
{
color: #37051D;
}
.AnyTagClassName
{
color: #37051D;
}
</style>
background-color css
<style>
a { background-color: #37051D; }
a { background-color: rgb(55,5,29); }
div.DivClassName
{
background-color: #37051D;
}
.BgClassName
{
background-color: #37051D;
}
</style>
border-color css
<style>
span { border-color: #37051D; }
span { border-color: rgb(55,5,29); }
td.TdClassName
{
border-color: #37051D;
}
.TagClassName
{
border-color: #37051D;
}
</style>