Shades of Blackberry #4C1437
Tints of Blackberry #4C1437
RGB
CMYK
RGB Variations
Color information
#4C1437 (or 0x4C1437) is known color: Blackberry. HEX triplet: 4C, 14 and 37. RGB value is (76,20,55). Sum of RGB (Red+Green+Blue) = 76+20+55=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1437 is #B3EBC8. Grayscale: #282828. Windows color (decimal): -11791305 or 3609676. OLE color: 3609676.
HSL color Cylindrical-coordinate representation of color #4C1437: hue angle of 322.5º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1437 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 55 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.70 |
| HSL | 322.5º | 0.58% | 0.19% | - |
| HSV(B) | 322.5º | 0.74% | 0.3% | - |
| XYZ | 3.92 | 2.31 | 3.85 | - |
| YUV | 40.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 55 | 0 | 0.74 | 0.28 | 0.70 | 322.5 | 0.58 | 0.19 |
| Hex | 4C | 14 | 37 | 0 | 4A | 1C | 46 | 142 | 3A | 13 |
| Octal | 114 | 24 | 67 | 0 | 112 | 34 | 106 | 502 | 72 | 23 |
| Binary | 1001100 | 10100 | 110111 | 0 | 1001010 | 11100 | 1000110 | 101000010 | 111010 | 10011 |
Color Harmonies of #4C1437
Complementary color
Monochromatic Colors of #4C1437
Black with #4C1437
Text Example
Text Example
White with #4C1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1437; }
p { color: rgb(76,20,55); }
H1.HeaderClassName
{
color: #4C1437;
}
.AnyTagClassName
{
color: #4C1437;
}
</style>
background-color css
<style>
a { background-color: #4C1437; }
a { background-color: rgb(76,20,55); }
div.DivClassName
{
background-color: #4C1437;
}
.BgClassName
{
background-color: #4C1437;
}
</style>
border-color css
<style>
span { border-color: #4C1437; }
span { border-color: rgb(76,20,55); }
td.TdClassName
{
border-color: #4C1437;
}
.TagClassName
{
border-color: #4C1437;
}
</style>