Shades of Blackberry #4E1A35
Tints of Blackberry #4E1A35
RGB
CMYK
RGB Variations
Color information
#4E1A35 (or 0x4E1A35) is known color: Blackberry. HEX triplet: 4E, 1A and 35. RGB value is (78,26,53). Sum of RGB (Red+Green+Blue) = 78+26+53=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A35 is #B1E5CA. Grayscale: #2C2C2C. Windows color (decimal): -11658699 or 3480142. OLE color: 3480142.
HSL color Cylindrical-coordinate representation of color #4E1A35: hue angle of 328.85º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A35 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 53 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.69 |
| HSL | 328.85º | 0.5% | 0.2% | - |
| HSV(B) | 328.85º | 0.67% | 0.31% | - |
| XYZ | 4.15 | 2.62 | 3.65 | - |
| YUV | 44.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 53 | 0 | 0.67 | 0.32 | 0.69 | 328.85 | 0.5 | 0.2 |
| Hex | 4E | 1A | 35 | 0 | 43 | 20 | 45 | 149 | 32 | 14 |
| Octal | 116 | 32 | 65 | 0 | 103 | 40 | 105 | 511 | 62 | 24 |
| Binary | 1001110 | 11010 | 110101 | 0 | 1000011 | 100000 | 1000101 | 101001001 | 110010 | 10100 |
Color Harmonies of #4E1A35
Complementary color
Monochromatic Colors of #4E1A35
Black with #4E1A35
Text Example
Text Example
White with #4E1A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A35; }
p { color: rgb(78,26,53); }
H1.HeaderClassName
{
color: #4E1A35;
}
.AnyTagClassName
{
color: #4E1A35;
}
</style>
background-color css
<style>
a { background-color: #4E1A35; }
a { background-color: rgb(78,26,53); }
div.DivClassName
{
background-color: #4E1A35;
}
.BgClassName
{
background-color: #4E1A35;
}
</style>
border-color css
<style>
span { border-color: #4E1A35; }
span { border-color: rgb(78,26,53); }
td.TdClassName
{
border-color: #4E1A35;
}
.TagClassName
{
border-color: #4E1A35;
}
</style>