Shades of Blackberry #4E1535
Tints of Blackberry #4E1535
RGB
CMYK
RGB Variations
Color information
#4E1535 (or 0x4E1535) is known color: Blackberry. HEX triplet: 4E, 15 and 35. RGB value is (78,21,53). Sum of RGB (Red+Green+Blue) = 78+21+53=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1535 is #B1EACA. Grayscale: #292929. Windows color (decimal): -11659979 or 3478862. OLE color: 3478862.
HSL color Cylindrical-coordinate representation of color #4E1535: hue angle of 326.32º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1535 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 53 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.69 |
| HSL | 326.32º | 0.58% | 0.19% | - |
| HSV(B) | 326.32º | 0.73% | 0.31% | - |
| XYZ | 4.05 | 2.41 | 3.62 | - |
| YUV | 41.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 53 | 0 | 0.73 | 0.32 | 0.69 | 326.32 | 0.58 | 0.19 |
| Hex | 4E | 15 | 35 | 0 | 49 | 20 | 45 | 146 | 3A | 13 |
| Octal | 116 | 25 | 65 | 0 | 111 | 40 | 105 | 506 | 72 | 23 |
| Binary | 1001110 | 10101 | 110101 | 0 | 1001001 | 100000 | 1000101 | 101000110 | 111010 | 10011 |
Color Harmonies of #4E1535
Complementary color
Monochromatic Colors of #4E1535
Black with #4E1535
Text Example
Text Example
White with #4E1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1535; }
p { color: rgb(78,21,53); }
H1.HeaderClassName
{
color: #4E1535;
}
.AnyTagClassName
{
color: #4E1535;
}
</style>
background-color css
<style>
a { background-color: #4E1535; }
a { background-color: rgb(78,21,53); }
div.DivClassName
{
background-color: #4E1535;
}
.BgClassName
{
background-color: #4E1535;
}
</style>
border-color css
<style>
span { border-color: #4E1535; }
span { border-color: rgb(78,21,53); }
td.TdClassName
{
border-color: #4E1535;
}
.TagClassName
{
border-color: #4E1535;
}
</style>