Shades of Blackberry #37142D
Tints of Blackberry #37142D
RGB
CMYK
RGB Variations
Color information
#37142D (or 0x37142D) is known color: Blackberry. HEX triplet: 37, 14 and 2D. RGB value is (55,20,45). Sum of RGB (Red+Green+Blue) = 55+20+45=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37142D is #C8EBD2. Grayscale: #212121. Windows color (decimal): -13167571 or 2954295. OLE color: 2954295.
HSL color Cylindrical-coordinate representation of color #37142D: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37142D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 45 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.78 |
| HSL | 317.14º | 0.47% | 0.15% | - |
| HSV(B) | 317.14º | 0.64% | 0.22% | - |
| XYZ | 2.3 | 1.5 | 2.65 | - |
| YUV | 33.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 45 | 0 | 0.64 | 0.18 | 0.78 | 317.14 | 0.47 | 0.15 |
| Hex | 37 | 14 | 2D | 0 | 40 | 12 | 4E | 13D | 2F | F |
| Octal | 67 | 24 | 55 | 0 | 100 | 22 | 116 | 475 | 57 | 17 |
| Binary | 110111 | 10100 | 101101 | 0 | 1000000 | 10010 | 1001110 | 100111101 | 101111 | 1111 |
Color Harmonies of #37142D
Complementary color
Monochromatic Colors of #37142D
Black with #37142D
Text Example
Text Example
White with #37142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37142D; }
p { color: rgb(55,20,45); }
H1.HeaderClassName
{
color: #37142D;
}
.AnyTagClassName
{
color: #37142D;
}
</style>
background-color css
<style>
a { background-color: #37142D; }
a { background-color: rgb(55,20,45); }
div.DivClassName
{
background-color: #37142D;
}
.BgClassName
{
background-color: #37142D;
}
</style>
border-color css
<style>
span { border-color: #37142D; }
span { border-color: rgb(55,20,45); }
td.TdClassName
{
border-color: #37142D;
}
.TagClassName
{
border-color: #37142D;
}
</style>