#4E0E2B

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

Shades of Blackberry #4E0E2B

Tints of Blackberry #4E0E2B

Color information

#4E0E2B (or 0x4E0E2B) is unknown color: approx Blackberry. HEX triplet: 4E, 0E and 2B. RGB value is (78,14,43). Sum of RGB (Red+Green+Blue) = 78+14+43=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E2B is #B1F1D4. Grayscale: #242424. Windows color (decimal): -11661781 or 2821710. OLE color: 2821710.

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

Color convert

RGB781443-
CMYK00.820.450.69
HSL332.81º69.57%18.04%-
HSV(B)332.81º82.05%30.59%-
XYZ3.732.112.5-
YUV36.44131.7157.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.78%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=57.78%
G=10.37%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78144300.820.450.69332.8169.5718.04
Hex4EE2B0522D4514d4612
Octal116165301225510551510622
Binary10011101110101011010100101011011000101101001101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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