Shades of Blackberry #4C0E40
Tints of Blackberry #4C0E40
RGB
CMYK
RGB Variations
Color information
#4C0E40 (or 0x4C0E40) is known color: Blackberry. HEX triplet: 4C, 0E and 40. RGB value is (76,14,64). Sum of RGB (Red+Green+Blue) = 76+14+64=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E40 is #B3F1BF. Grayscale: #262626. Windows color (decimal): -11792832 or 4197964. OLE color: 4197964.
HSL color Cylindrical-coordinate representation of color #4C0E40: hue angle of 311.61º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E40 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 64 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.70 |
| HSL | 311.61º | 0.69% | 0.18% | - |
| HSV(B) | 311.61º | 0.82% | 0.3% | - |
| XYZ | 4.06 | 2.22 | 5.06 | - |
| YUV | 38.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 64 | 0 | 0.82 | 0.16 | 0.70 | 311.61 | 0.69 | 0.18 |
| Hex | 4C | E | 40 | 0 | 52 | 10 | 46 | 138 | 45 | 12 |
| Octal | 114 | 16 | 100 | 0 | 122 | 20 | 106 | 470 | 105 | 22 |
| Binary | 1001100 | 1110 | 1000000 | 0 | 1010010 | 10000 | 1000110 | 100111000 | 1000101 | 10010 |
Color Harmonies of #4C0E40
Complementary color
Monochromatic Colors of #4C0E40
Black with #4C0E40
Text Example
Text Example
White with #4C0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E40; }
p { color: rgb(76,14,64); }
H1.HeaderClassName
{
color: #4C0E40;
}
.AnyTagClassName
{
color: #4C0E40;
}
</style>
background-color css
<style>
a { background-color: #4C0E40; }
a { background-color: rgb(76,14,64); }
div.DivClassName
{
background-color: #4C0E40;
}
.BgClassName
{
background-color: #4C0E40;
}
</style>
border-color css
<style>
span { border-color: #4C0E40; }
span { border-color: rgb(76,14,64); }
td.TdClassName
{
border-color: #4C0E40;
}
.TagClassName
{
border-color: #4C0E40;
}
</style>