Shades of Blackberry #37002D
Tints of Blackberry #37002D
RGB
CMYK
RGB Variations
Color information
#37002D (or 0x37002D) is known color: Blackberry. HEX triplet: 37, 00 and 2D. RGB value is (55,0,45). Sum of RGB (Red+Green+Blue) = 55+0+45=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37002D is #C8FFD2. Grayscale: #151515. Windows color (decimal): -13172691 or 2949175. OLE color: 2949175.
HSL color Cylindrical-coordinate representation of color #37002D: hue angle of 310.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37002D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.18 | 0.78 |
| HSL | 310.91º | 1% | 0.11% | - |
| HSV(B) | 310.91º | 1% | 0.22% | - |
| XYZ | 2.05 | 1 | 2.57 | - |
| YUV | 21.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 45 | 0 | 1 | 0.18 | 0.78 | 310.91 | 1 | 0.11 |
| Hex | 37 | 0 | 2D | 0 | 64 | 12 | 4E | 137 | 64 | B |
| Octal | 67 | 0 | 55 | 0 | 144 | 22 | 116 | 467 | 144 | 13 |
| Binary | 110111 | 0 | 101101 | 0 | 1100100 | 10010 | 1001110 | 100110111 | 1100100 | 1011 |
Color Harmonies of #37002D
Complementary color
Monochromatic Colors of #37002D
Black with #37002D
Text Example
Text Example
White with #37002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37002D; }
p { color: rgb(55,0,45); }
H1.HeaderClassName
{
color: #37002D;
}
.AnyTagClassName
{
color: #37002D;
}
</style>
background-color css
<style>
a { background-color: #37002D; }
a { background-color: rgb(55,0,45); }
div.DivClassName
{
background-color: #37002D;
}
.BgClassName
{
background-color: #37002D;
}
</style>
border-color css
<style>
span { border-color: #37002D; }
span { border-color: rgb(55,0,45); }
td.TdClassName
{
border-color: #37002D;
}
.TagClassName
{
border-color: #37002D;
}
</style>