#4E0E34

Color #4E0E34 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4E0E34

Tints of Blackberry #4E0E34

Color information

#4E0E34 (or 0x4E0E34) is unknown color: approx Blackberry. HEX triplet: 4E, 0E and 34. RGB value is (78,14,52). Sum of RGB (Red+Green+Blue) = 78+14+52=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E34 is #B1F1CB. Grayscale: #252525. Windows color (decimal): -11661772 or 3411534. OLE color: 3411534.

HSL color Cylindrical-coordinate representation of color #4E0E34: hue angle of 324.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E34 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB781452-
CMYK00.820.330.69
HSL324.38º69.57%18.04%-
HSV(B)324.38º82.05%30.59%-
XYZ3.922.183.46-
YUV37.47136.2156.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=54.17%
G=9.72%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78145200.820.330.69324.3869.5718.04
Hex4EE3405221451444612
Octal116166401224110550410622
Binary10011101110110100010100101000011000101101000100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E0E34; }

 p { color: rgb(78,14,52); }

 H1.HeaderClassName
 {
   color: #4E0E34;
 }
 .AnyTagClassName
 {
   color: #4E0E34;
 }
</style>
background-color css

<style>
 a { background-color: #4E0E34; }

 a { background-color: rgb(78,14,52); }

 div.DivClassName
 {
   background-color: #4E0E34;
 }
 .BgClassName
 {
   background-color: #4E0E34;
 }
</style>
border-color css

<style>
 span { border-color: #4E0E34; }

 span { border-color: rgb(78,14,52); }

 td.TdClassName
 {
   border-color: #4E0E34;
 }
 .TagClassName
 {
   border-color: #4E0E34;
 }
</style>