Shades of Blackberry #4E092D
Tints of Blackberry #4E092D
RGB
CMYK
RGB Variations
Color information
#4E092D (or 0x4E092D) is known color: Blackberry. HEX triplet: 4E, 09 and 2D. RGB value is (78,9,45). Sum of RGB (Red+Green+Blue) = 78+9+45=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092D is #B1F6D2. Grayscale: #212121. Windows color (decimal): -11663059 or 2951502. OLE color: 2951502.
HSL color Cylindrical-coordinate representation of color #4E092D: hue angle of 328.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E092D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 45 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.69 |
| HSL | 328.7º | 0.79% | 0.17% | - |
| HSV(B) | 328.7º | 0.88% | 0.31% | - |
| XYZ | 3.71 | 2 | 2.67 | - |
| YUV | 33.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 45 | 0 | 0.88 | 0.42 | 0.69 | 328.7 | 0.79 | 0.17 |
| Hex | 4E | 9 | 2D | 0 | 58 | 2A | 45 | 149 | 4F | 11 |
| Octal | 116 | 11 | 55 | 0 | 130 | 52 | 105 | 511 | 117 | 21 |
| Binary | 1001110 | 1001 | 101101 | 0 | 1011000 | 101010 | 1000101 | 101001001 | 1001111 | 10001 |
Color Harmonies of #4E092D
Complementary color
Monochromatic Colors of #4E092D
Black with #4E092D
Text Example
Text Example
White with #4E092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E092D; }
p { color: rgb(78,9,45); }
H1.HeaderClassName
{
color: #4E092D;
}
.AnyTagClassName
{
color: #4E092D;
}
</style>
background-color css
<style>
a { background-color: #4E092D; }
a { background-color: rgb(78,9,45); }
div.DivClassName
{
background-color: #4E092D;
}
.BgClassName
{
background-color: #4E092D;
}
</style>
border-color css
<style>
span { border-color: #4E092D; }
span { border-color: rgb(78,9,45); }
td.TdClassName
{
border-color: #4E092D;
}
.TagClassName
{
border-color: #4E092D;
}
</style>