Shades of Blackberry #37032D
Tints of Blackberry #37032D
RGB
CMYK
RGB Variations
Color information
#37032D (or 0x37032D) is known color: Blackberry. HEX triplet: 37, 03 and 2D. RGB value is (55,3,45). Sum of RGB (Red+Green+Blue) = 55+3+45=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37032D is #C8FCD2. Grayscale: #171717. Windows color (decimal): -13171923 or 2949943. OLE color: 2949943.
HSL color Cylindrical-coordinate representation of color #37032D: hue angle of 311.54º 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 #37032D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 45 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.78 |
| HSL | 311.54º | 0.9% | 0.11% | - |
| HSV(B) | 311.54º | 0.95% | 0.22% | - |
| XYZ | 2.08 | 1.07 | 2.58 | - |
| YUV | 23.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 45 | 0 | 0.95 | 0.18 | 0.78 | 311.54 | 0.9 | 0.11 |
| Hex | 37 | 3 | 2D | 0 | 5F | 12 | 4E | 138 | 5A | B |
| Octal | 67 | 3 | 55 | 0 | 137 | 22 | 116 | 470 | 132 | 13 |
| Binary | 110111 | 11 | 101101 | 0 | 1011111 | 10010 | 1001110 | 100111000 | 1011010 | 1011 |
Color Harmonies of #37032D
Complementary color
Monochromatic Colors of #37032D
Black with #37032D
Text Example
Text Example
White with #37032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37032D; }
p { color: rgb(55,3,45); }
H1.HeaderClassName
{
color: #37032D;
}
.AnyTagClassName
{
color: #37032D;
}
</style>
background-color css
<style>
a { background-color: #37032D; }
a { background-color: rgb(55,3,45); }
div.DivClassName
{
background-color: #37032D;
}
.BgClassName
{
background-color: #37032D;
}
</style>
border-color css
<style>
span { border-color: #37032D; }
span { border-color: rgb(55,3,45); }
td.TdClassName
{
border-color: #37032D;
}
.TagClassName
{
border-color: #37032D;
}
</style>