Shades of Blackberry #4E0B36
Tints of Blackberry #4E0B36
RGB
CMYK
RGB Variations
Color information
#4E0B36 (or 0x4E0B36) is known color: Blackberry. HEX triplet: 4E, 0B and 36. RGB value is (78,11,54). Sum of RGB (Red+Green+Blue) = 78+11+54=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B36 is #B1F4C9. Grayscale: #232323. Windows color (decimal): -11662538 or 3541838. OLE color: 3541838.
HSL color Cylindrical-coordinate representation of color #4E0B36: hue angle of 321.49º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B36 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 54 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.69 |
| HSL | 321.49º | 0.75% | 0.17% | - |
| HSV(B) | 321.49º | 0.86% | 0.31% | - |
| XYZ | 3.93 | 2.13 | 3.69 | - |
| YUV | 35.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 54 | 0 | 0.86 | 0.31 | 0.69 | 321.49 | 0.75 | 0.17 |
| Hex | 4E | B | 36 | 0 | 56 | 1F | 45 | 141 | 4B | 11 |
| Octal | 116 | 13 | 66 | 0 | 126 | 37 | 105 | 501 | 113 | 21 |
| Binary | 1001110 | 1011 | 110110 | 0 | 1010110 | 11111 | 1000101 | 101000001 | 1001011 | 10001 |
Color Harmonies of #4E0B36
Complementary color
Monochromatic Colors of #4E0B36
Black with #4E0B36
Text Example
Text Example
White with #4E0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B36; }
p { color: rgb(78,11,54); }
H1.HeaderClassName
{
color: #4E0B36;
}
.AnyTagClassName
{
color: #4E0B36;
}
</style>
background-color css
<style>
a { background-color: #4E0B36; }
a { background-color: rgb(78,11,54); }
div.DivClassName
{
background-color: #4E0B36;
}
.BgClassName
{
background-color: #4E0B36;
}
</style>
border-color css
<style>
span { border-color: #4E0B36; }
span { border-color: rgb(78,11,54); }
td.TdClassName
{
border-color: #4E0B36;
}
.TagClassName
{
border-color: #4E0B36;
}
</style>