Shades of Blackberry #4C0437
Tints of Blackberry #4C0437
RGB
CMYK
RGB Variations
Color information
#4C0437 (or 0x4C0437) is known color: Blackberry. HEX triplet: 4C, 04 and 37. RGB value is (76,4,55). Sum of RGB (Red+Green+Blue) = 76+4+55=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0437 is #B3FBC8. Grayscale: #1F1F1F. Windows color (decimal): -11795401 or 3605580. OLE color: 3605580.
HSL color Cylindrical-coordinate representation of color #4C0437: hue angle of 317.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0437 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 55 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.70 |
| HSL | 317.5º | 0.9% | 0.16% | - |
| HSV(B) | 317.5º | 0.95% | 0.3% | - |
| XYZ | 3.71 | 1.9 | 3.79 | - |
| YUV | 31.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 55 | 0 | 0.95 | 0.28 | 0.70 | 317.5 | 0.9 | 0.16 |
| Hex | 4C | 4 | 37 | 0 | 5F | 1C | 46 | 13E | 5A | 10 |
| Octal | 114 | 4 | 67 | 0 | 137 | 34 | 106 | 476 | 132 | 20 |
| Binary | 1001100 | 100 | 110111 | 0 | 1011111 | 11100 | 1000110 | 100111110 | 1011010 | 10000 |
Color Harmonies of #4C0437
Complementary color
Monochromatic Colors of #4C0437
Black with #4C0437
Text Example
Text Example
White with #4C0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0437; }
p { color: rgb(76,4,55); }
H1.HeaderClassName
{
color: #4C0437;
}
.AnyTagClassName
{
color: #4C0437;
}
</style>
background-color css
<style>
a { background-color: #4C0437; }
a { background-color: rgb(76,4,55); }
div.DivClassName
{
background-color: #4C0437;
}
.BgClassName
{
background-color: #4C0437;
}
</style>
border-color css
<style>
span { border-color: #4C0437; }
span { border-color: rgb(76,4,55); }
td.TdClassName
{
border-color: #4C0437;
}
.TagClassName
{
border-color: #4C0437;
}
</style>