Shades of Blackberry #4E0C35
Tints of Blackberry #4E0C35
RGB
CMYK
RGB Variations
Color information
#4E0C35 (or 0x4E0C35) is known color: Blackberry. HEX triplet: 4E, 0C and 35. RGB value is (78,12,53). Sum of RGB (Red+Green+Blue) = 78+12+53=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C35 is #B1F3CA. Grayscale: #242424. Windows color (decimal): -11662283 or 3476558. OLE color: 3476558.
HSL color Cylindrical-coordinate representation of color #4E0C35: hue angle of 322.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E0C35 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 12 | 53 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.69 |
| HSL | 322.73º | 0.73% | 0.18% | - |
| HSV(B) | 322.73º | 0.85% | 0.31% | - |
| XYZ | 3.92 | 2.14 | 3.57 | - |
| YUV | 36.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 53 | 0 | 0.85 | 0.32 | 0.69 | 322.73 | 0.73 | 0.18 |
| Hex | 4E | C | 35 | 0 | 55 | 20 | 45 | 143 | 49 | 12 |
| Octal | 116 | 14 | 65 | 0 | 125 | 40 | 105 | 503 | 111 | 22 |
| Binary | 1001110 | 1100 | 110101 | 0 | 1010101 | 100000 | 1000101 | 101000011 | 1001001 | 10010 |
Color Harmonies of #4E0C35
Complementary color
Monochromatic Colors of #4E0C35
Black with #4E0C35
Text Example
Text Example
White with #4E0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C35; }
p { color: rgb(78,12,53); }
H1.HeaderClassName
{
color: #4E0C35;
}
.AnyTagClassName
{
color: #4E0C35;
}
</style>
background-color css
<style>
a { background-color: #4E0C35; }
a { background-color: rgb(78,12,53); }
div.DivClassName
{
background-color: #4E0C35;
}
.BgClassName
{
background-color: #4E0C35;
}
</style>
border-color css
<style>
span { border-color: #4E0C35; }
span { border-color: rgb(78,12,53); }
td.TdClassName
{
border-color: #4E0C35;
}
.TagClassName
{
border-color: #4E0C35;
}
</style>