Shades of Blackberry #4E0229
Tints of Blackberry #4E0229
RGB
CMYK
RGB Variations
Color information
#4E0229 (or 0x4E0229) is known color: Blackberry. HEX triplet: 4E, 02 and 29. RGB value is (78,2,41). Sum of RGB (Red+Green+Blue) = 78+2+41=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0229 is #B1FDD6. Grayscale: #1D1D1D. Windows color (decimal): -11664855 or 2687566. OLE color: 2687566.
HSL color Cylindrical-coordinate representation of color #4E0229: hue angle of 329.21º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0229 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 41 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.69 |
| HSL | 329.21º | 0.95% | 0.16% | - |
| HSV(B) | 329.21º | 0.97% | 0.31% | - |
| XYZ | 3.56 | 1.82 | 2.26 | - |
| YUV | 29.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 41 | 0 | 0.97 | 0.47 | 0.69 | 329.21 | 0.95 | 0.16 |
| Hex | 4E | 2 | 29 | 0 | 61 | 2F | 45 | 149 | 5F | 10 |
| Octal | 116 | 2 | 51 | 0 | 141 | 57 | 105 | 511 | 137 | 20 |
| Binary | 1001110 | 10 | 101001 | 0 | 1100001 | 101111 | 1000101 | 101001001 | 1011111 | 10000 |
Color Harmonies of #4E0229
Complementary color
Monochromatic Colors of #4E0229
Black with #4E0229
Text Example
Text Example
White with #4E0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0229; }
p { color: rgb(78,2,41); }
H1.HeaderClassName
{
color: #4E0229;
}
.AnyTagClassName
{
color: #4E0229;
}
</style>
background-color css
<style>
a { background-color: #4E0229; }
a { background-color: rgb(78,2,41); }
div.DivClassName
{
background-color: #4E0229;
}
.BgClassName
{
background-color: #4E0229;
}
</style>
border-color css
<style>
span { border-color: #4E0229; }
span { border-color: rgb(78,2,41); }
td.TdClassName
{
border-color: #4E0229;
}
.TagClassName
{
border-color: #4E0229;
}
</style>