#4E072F

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

Shades of Blackberry #4E072F

Tints of Blackberry #4E072F

Color information

#4E072F (or 0x4E072F) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 2F. RGB value is (78,7,47). Sum of RGB (Red+Green+Blue) = 78+7+47=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072F is #B1F8D0. Grayscale: #202020. Windows color (decimal): -11663569 or 3082062. OLE color: 3082062.

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

Color convert

RGB78747-
CMYK00.910.400.69
HSL326.2º83.53%16.67%-
HSV(B)326.2º91.03%30.59%-
XYZ3.731.982.87-
YUV32.79136.02160.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=59.09%
G=5.30%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874700.910.400.69326.283.5316.67
Hex4E72F05B28451465411
Octal11675701335010550612421
Binary1001110111101111010110111010001000101101000110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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