Shades of Blackberry #37082D
Tints of Blackberry #37082D
RGB
CMYK
RGB Variations
Color information
#37082D (or 0x37082D) is known color: Blackberry. HEX triplet: 37, 08 and 2D. RGB value is (55,8,45). Sum of RGB (Red+Green+Blue) = 55+8+45=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37082D is #C8F7D2. Grayscale: #1A1A1A. Windows color (decimal): -13170643 or 2951223. OLE color: 2951223.
HSL color Cylindrical-coordinate representation of color #37082D: hue angle of 312.77º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37082D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 8 | 45 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.78 |
| HSL | 312.77º | 0.75% | 0.12% | - |
| HSV(B) | 312.77º | 0.85% | 0.22% | - |
| XYZ | 2.14 | 1.18 | 2.6 | - |
| YUV | 26.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 45 | 0 | 0.85 | 0.18 | 0.78 | 312.77 | 0.75 | 0.12 |
| Hex | 37 | 8 | 2D | 0 | 55 | 12 | 4E | 139 | 4B | C |
| Octal | 67 | 10 | 55 | 0 | 125 | 22 | 116 | 471 | 113 | 14 |
| Binary | 110111 | 1000 | 101101 | 0 | 1010101 | 10010 | 1001110 | 100111001 | 1001011 | 1100 |
Color Harmonies of #37082D
Complementary color
Monochromatic Colors of #37082D
Black with #37082D
Text Example
Text Example
White with #37082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37082D; }
p { color: rgb(55,8,45); }
H1.HeaderClassName
{
color: #37082D;
}
.AnyTagClassName
{
color: #37082D;
}
</style>
background-color css
<style>
a { background-color: #37082D; }
a { background-color: rgb(55,8,45); }
div.DivClassName
{
background-color: #37082D;
}
.BgClassName
{
background-color: #37082D;
}
</style>
border-color css
<style>
span { border-color: #37082D; }
span { border-color: rgb(55,8,45); }
td.TdClassName
{
border-color: #37082D;
}
.TagClassName
{
border-color: #37082D;
}
</style>