Shades of Blackberry #4E0231
Tints of Blackberry #4E0231
RGB
CMYK
RGB Variations
Color information
#4E0231 (or 0x4E0231) is known color: Blackberry. HEX triplet: 4E, 02 and 31. RGB value is (78,2,49). Sum of RGB (Red+Green+Blue) = 78+2+49=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0231 is #B1FDCE. Grayscale: #1D1D1D. Windows color (decimal): -11664847 or 3211854. OLE color: 3211854.
HSL color Cylindrical-coordinate representation of color #4E0231: hue angle of 322.89º 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 #4E0231 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 49 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.69 |
| HSL | 322.89º | 0.95% | 0.16% | - |
| HSV(B) | 322.89º | 0.97% | 0.31% | - |
| XYZ | 3.72 | 1.88 | 3.07 | - |
| YUV | 30.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 49 | 0 | 0.97 | 0.37 | 0.69 | 322.89 | 0.95 | 0.16 |
| Hex | 4E | 2 | 31 | 0 | 61 | 25 | 45 | 143 | 5F | 10 |
| Octal | 116 | 2 | 61 | 0 | 141 | 45 | 105 | 503 | 137 | 20 |
| Binary | 1001110 | 10 | 110001 | 0 | 1100001 | 100101 | 1000101 | 101000011 | 1011111 | 10000 |
Color Harmonies of #4E0231
Complementary color
Monochromatic Colors of #4E0231
Black with #4E0231
Text Example
Text Example
White with #4E0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0231; }
p { color: rgb(78,2,49); }
H1.HeaderClassName
{
color: #4E0231;
}
.AnyTagClassName
{
color: #4E0231;
}
</style>
background-color css
<style>
a { background-color: #4E0231; }
a { background-color: rgb(78,2,49); }
div.DivClassName
{
background-color: #4E0231;
}
.BgClassName
{
background-color: #4E0231;
}
</style>
border-color css
<style>
span { border-color: #4E0231; }
span { border-color: rgb(78,2,49); }
td.TdClassName
{
border-color: #4E0231;
}
.TagClassName
{
border-color: #4E0231;
}
</style>