#4E072E

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

Shades of Blackberry #4E072E

Tints of Blackberry #4E072E

Color information

#4E072E (or 0x4E072E) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 2E. RGB value is (78,7,46). Sum of RGB (Red+Green+Blue) = 78+7+46=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072E is #B1F8D1. Grayscale: #202020. Windows color (decimal): -11663570 or 3016526. OLE color: 3016526.

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

Color convert

RGB78746-
CMYK00.910.410.69
HSL327.04º83.53%16.67%-
HSV(B)327.04º91.03%30.59%-
XYZ3.711.972.77-
YUV32.67135.52160.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.54%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=59.54%
G=5.34%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874600.910.410.69327.0483.5316.67
Hex4E72E05B29451475411
Octal11675601335110550712421
Binary1001110111101110010110111010011000101101000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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