#4E072D

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

Shades of Blackberry #4E072D

Tints of Blackberry #4E072D

Color information

#4E072D (or 0x4E072D) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 2D. RGB value is (78,7,45). Sum of RGB (Red+Green+Blue) = 78+7+45=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072D is #B1F8D2. Grayscale: #202020. Windows color (decimal): -11663571 or 2950990. OLE color: 2950990.

HSL color Cylindrical-coordinate representation of color #4E072D: hue angle of 327.89º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E072D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB78745-
CMYK00.910.420.69
HSL327.89º83.53%16.67%-
HSV(B)327.89º91.03%30.59%-
XYZ3.691.962.67-
YUV32.56135.02160.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=60%
G=5.38%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874500.910.420.69327.8983.5316.67
Hex4E72D05B2A451485411
Octal11675501335210551012421
Binary1001110111101101010110111010101000101101001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,45); }

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

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

 a { background-color: rgb(78,7,45); }

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

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

 span { border-color: rgb(78,7,45); }

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