#4E0E2A

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

Shades of Blackberry #4E0E2A

Tints of Blackberry #4E0E2A

Color information

#4E0E2A (or 0x4E0E2A) is unknown color: approx Blackberry. HEX triplet: 4E, 0E and 2A. RGB value is (78,14,42). Sum of RGB (Red+Green+Blue) = 78+14+42=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E2A is #B1F1D5. Grayscale: #242424. Windows color (decimal): -11661782 or 2756174. OLE color: 2756174.

HSL color Cylindrical-coordinate representation of color #4E0E2A: hue angle of 333.75º 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 #4E0E2A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB781442-
CMYK00.820.460.69
HSL333.75º69.57%18.04%-
HSV(B)333.75º82.05%30.59%-
XYZ3.722.12.4-
YUV36.33131.2157.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=58.21%
G=10.45%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78144200.820.460.69333.7569.5718.04
Hex4EE2A0522E4514e4612
Octal116165201225610551610622
Binary10011101110101010010100101011101000101101001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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