#4E072A

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

Shades of Blackberry #4E072A

Tints of Blackberry #4E072A

Color information

#4E072A (or 0x4E072A) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 2A. RGB value is (78,7,42). Sum of RGB (Red+Green+Blue) = 78+7+42=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072A is #B1F8D5. Grayscale: #202020. Windows color (decimal): -11663574 or 2754382. OLE color: 2754382.

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

Color convert

RGB78742-
CMYK00.910.460.69
HSL330.42º83.53%16.67%-
HSV(B)330.42º91.03%30.59%-
XYZ3.641.942.37-
YUV32.22133.52160.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=61.42%
G=5.51%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874200.910.460.69330.4283.5316.67
Hex4E72A05B2E4514a5411
Octal11675201335610551212421
Binary1001110111101010010110111011101000101101001010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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