Shades of Blackberry #4E092A
Tints of Blackberry #4E092A
RGB
CMYK
RGB Variations
Color information
#4E092A (or 0x4E092A) is known color: Blackberry. HEX triplet: 4E, 09 and 2A. RGB value is (78,9,42). Sum of RGB (Red+Green+Blue) = 78+9+42=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E092A is #B1F6D5. Grayscale: #212121. Windows color (decimal): -11663062 or 2754894. OLE color: 2754894.
HSL color Cylindrical-coordinate representation of color #4E092A: hue angle of 331.3º 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 #4E092A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 42 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.69 |
| HSL | 331.3º | 0.79% | 0.17% | - |
| HSV(B) | 331.3º | 0.88% | 0.31% | - |
| XYZ | 3.66 | 1.98 | 2.38 | - |
| YUV | 33.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 42 | 0 | 0.88 | 0.46 | 0.69 | 331.3 | 0.79 | 0.17 |
| Hex | 4E | 9 | 2A | 0 | 58 | 2E | 45 | 14B | 4F | 11 |
| Octal | 116 | 11 | 52 | 0 | 130 | 56 | 105 | 513 | 117 | 21 |
| Binary | 1001110 | 1001 | 101010 | 0 | 1011000 | 101110 | 1000101 | 101001011 | 1001111 | 10001 |
Color Harmonies of #4E092A
Complementary color
Monochromatic Colors of #4E092A
Black with #4E092A
Text Example
Text Example
White with #4E092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E092A; }
p { color: rgb(78,9,42); }
H1.HeaderClassName
{
color: #4E092A;
}
.AnyTagClassName
{
color: #4E092A;
}
</style>
background-color css
<style>
a { background-color: #4E092A; }
a { background-color: rgb(78,9,42); }
div.DivClassName
{
background-color: #4E092A;
}
.BgClassName
{
background-color: #4E092A;
}
</style>
border-color css
<style>
span { border-color: #4E092A; }
span { border-color: rgb(78,9,42); }
td.TdClassName
{
border-color: #4E092A;
}
.TagClassName
{
border-color: #4E092A;
}
</style>