Shades of Blackberry #4C2137
Tints of Blackberry #4C2137
RGB
CMYK
RGB Variations
Color information
#4C2137 (or 0x4C2137) is known color: Blackberry. HEX triplet: 4C, 21 and 37. RGB value is (76,33,55). Sum of RGB (Red+Green+Blue) = 76+33+55=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2137 is #B3DEC8. Grayscale: #303030. Windows color (decimal): -11787977 or 3613004. OLE color: 3613004.
HSL color Cylindrical-coordinate representation of color #4C2137: hue angle of 329.3º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2137 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 55 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.70 |
| HSL | 329.3º | 0.39% | 0.21% | - |
| HSV(B) | 329.3º | 0.57% | 0.3% | - |
| XYZ | 4.21 | 2.9 | 3.95 | - |
| YUV | 48.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 55 | 0 | 0.57 | 0.28 | 0.70 | 329.3 | 0.39 | 0.21 |
| Hex | 4C | 21 | 37 | 0 | 39 | 1C | 46 | 149 | 27 | 15 |
| Octal | 114 | 41 | 67 | 0 | 71 | 34 | 106 | 511 | 47 | 25 |
| Binary | 1001100 | 100001 | 110111 | 0 | 111001 | 11100 | 1000110 | 101001001 | 100111 | 10101 |
Color Harmonies of #4C2137
Complementary color
Monochromatic Colors of #4C2137
Black with #4C2137
Text Example
Text Example
White with #4C2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2137; }
p { color: rgb(76,33,55); }
H1.HeaderClassName
{
color: #4C2137;
}
.AnyTagClassName
{
color: #4C2137;
}
</style>
background-color css
<style>
a { background-color: #4C2137; }
a { background-color: rgb(76,33,55); }
div.DivClassName
{
background-color: #4C2137;
}
.BgClassName
{
background-color: #4C2137;
}
</style>
border-color css
<style>
span { border-color: #4C2137; }
span { border-color: rgb(76,33,55); }
td.TdClassName
{
border-color: #4C2137;
}
.TagClassName
{
border-color: #4C2137;
}
</style>