#4E072B

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

Shades of Blackberry #4E072B

Tints of Blackberry #4E072B

Color information

#4E072B (or 0x4E072B) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 2B. RGB value is (78,7,43). Sum of RGB (Red+Green+Blue) = 78+7+43=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072B is #B1F8D4. Grayscale: #202020. Windows color (decimal): -11663573 or 2819918. OLE color: 2819918.

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

Color convert

RGB78743-
CMYK00.910.450.69
HSL329.58º83.53%16.67%-
HSV(B)329.58º91.03%30.59%-
XYZ3.651.952.47-
YUV32.33134.02160.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.94%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=60.94%
G=5.47%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874300.910.450.69329.5883.5316.67
Hex4E72B05B2D4514a5411
Octal11675301335510551212421
Binary1001110111101011010110111011011000101101001010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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