Shades of Blackberry #37032C
Tints of Blackberry #37032C
RGB
CMYK
RGB Variations
Color information
#37032C (or 0x37032C) is known color: Blackberry. HEX triplet: 37, 03 and 2C. RGB value is (55,3,44). Sum of RGB (Red+Green+Blue) = 55+3+44=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37032C is #C8FCD3. Grayscale: #171717. Windows color (decimal): -13171924 or 2884407. OLE color: 2884407.
HSL color Cylindrical-coordinate representation of color #37032C: hue angle of 312.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37032C is Cyan = 0, Magento = 0.95, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 44 | - |
| CMYK | 0 | 0.95 | 0.2 | 0.78 |
| HSL | 312.69º | 0.9% | 0.11% | - |
| HSV(B) | 312.69º | 0.95% | 0.22% | - |
| XYZ | 2.06 | 1.06 | 2.48 | - |
| YUV | 23.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 44 | 0 | 0.95 | 0.2 | 0.78 | 312.69 | 0.9 | 0.11 |
| Hex | 37 | 3 | 2C | 0 | 5F | 14 | 4E | 139 | 5A | B |
| Octal | 67 | 3 | 54 | 0 | 137 | 24 | 116 | 471 | 132 | 13 |
| Binary | 110111 | 11 | 101100 | 0 | 1011111 | 10100 | 1001110 | 100111001 | 1011010 | 1011 |
Color Harmonies of #37032C
Complementary color
Monochromatic Colors of #37032C
Black with #37032C
Text Example
Text Example
White with #37032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37032C; }
p { color: rgb(55,3,44); }
H1.HeaderClassName
{
color: #37032C;
}
.AnyTagClassName
{
color: #37032C;
}
</style>
background-color css
<style>
a { background-color: #37032C; }
a { background-color: rgb(55,3,44); }
div.DivClassName
{
background-color: #37032C;
}
.BgClassName
{
background-color: #37032C;
}
</style>
border-color css
<style>
span { border-color: #37032C; }
span { border-color: rgb(55,3,44); }
td.TdClassName
{
border-color: #37032C;
}
.TagClassName
{
border-color: #37032C;
}
</style>