Shades of Blackberry #4C2037
Tints of Blackberry #4C2037
RGB
CMYK
RGB Variations
Color information
#4C2037 (or 0x4C2037) is known color: Blackberry. HEX triplet: 4C, 20 and 37. RGB value is (76,32,55). Sum of RGB (Red+Green+Blue) = 76+32+55=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2037 is #B3DFC8. Grayscale: #2F2F2F. Windows color (decimal): -11788233 or 3612748. OLE color: 3612748.
HSL color Cylindrical-coordinate representation of color #4C2037: hue angle of 328.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2037 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 55 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.70 |
| HSL | 328.64º | 0.41% | 0.21% | - |
| HSV(B) | 328.64º | 0.58% | 0.3% | - |
| XYZ | 4.19 | 2.85 | 3.94 | - |
| YUV | 47.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 55 | 0 | 0.58 | 0.28 | 0.70 | 328.64 | 0.41 | 0.21 |
| Hex | 4C | 20 | 37 | 0 | 3A | 1C | 46 | 149 | 29 | 15 |
| Octal | 114 | 40 | 67 | 0 | 72 | 34 | 106 | 511 | 51 | 25 |
| Binary | 1001100 | 100000 | 110111 | 0 | 111010 | 11100 | 1000110 | 101001001 | 101001 | 10101 |
Color Harmonies of #4C2037
Complementary color
Monochromatic Colors of #4C2037
Black with #4C2037
Text Example
Text Example
White with #4C2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2037; }
p { color: rgb(76,32,55); }
H1.HeaderClassName
{
color: #4C2037;
}
.AnyTagClassName
{
color: #4C2037;
}
</style>
background-color css
<style>
a { background-color: #4C2037; }
a { background-color: rgb(76,32,55); }
div.DivClassName
{
background-color: #4C2037;
}
.BgClassName
{
background-color: #4C2037;
}
</style>
border-color css
<style>
span { border-color: #4C2037; }
span { border-color: rgb(76,32,55); }
td.TdClassName
{
border-color: #4C2037;
}
.TagClassName
{
border-color: #4C2037;
}
</style>