Shades of Blackberry #4E1835
Tints of Blackberry #4E1835
RGB
CMYK
RGB Variations
Color information
#4E1835 (or 0x4E1835) is known color: Blackberry. HEX triplet: 4E, 18 and 35. RGB value is (78,24,53). Sum of RGB (Red+Green+Blue) = 78+24+53=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1835 is #B1E7CA. Grayscale: #2B2B2B. Windows color (decimal): -11659211 or 3479630. OLE color: 3479630.
HSL color Cylindrical-coordinate representation of color #4E1835: hue angle of 327.78º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1835 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 53 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.69 |
| HSL | 327.78º | 0.53% | 0.2% | - |
| HSV(B) | 327.78º | 0.69% | 0.31% | - |
| XYZ | 4.11 | 2.53 | 3.64 | - |
| YUV | 43.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 53 | 0 | 0.69 | 0.32 | 0.69 | 327.78 | 0.53 | 0.2 |
| Hex | 4E | 18 | 35 | 0 | 45 | 20 | 45 | 148 | 35 | 14 |
| Octal | 116 | 30 | 65 | 0 | 105 | 40 | 105 | 510 | 65 | 24 |
| Binary | 1001110 | 11000 | 110101 | 0 | 1000101 | 100000 | 1000101 | 101001000 | 110101 | 10100 |
Color Harmonies of #4E1835
Complementary color
Monochromatic Colors of #4E1835
Black with #4E1835
Text Example
Text Example
White with #4E1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1835; }
p { color: rgb(78,24,53); }
H1.HeaderClassName
{
color: #4E1835;
}
.AnyTagClassName
{
color: #4E1835;
}
</style>
background-color css
<style>
a { background-color: #4E1835; }
a { background-color: rgb(78,24,53); }
div.DivClassName
{
background-color: #4E1835;
}
.BgClassName
{
background-color: #4E1835;
}
</style>
border-color css
<style>
span { border-color: #4E1835; }
span { border-color: rgb(78,24,53); }
td.TdClassName
{
border-color: #4E1835;
}
.TagClassName
{
border-color: #4E1835;
}
</style>