#4E052B

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

Shades of Blackberry #4E052B

Tints of Blackberry #4E052B

Color information

#4E052B (or 0x4E052B) is unknown color: approx Blackberry. HEX triplet: 4E, 05 and 2B. RGB value is (78,5,43). Sum of RGB (Red+Green+Blue) = 78+5+43=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E052B is #B1FAD4. Grayscale: #1F1F1F. Windows color (decimal): -11664085 or 2819406. OLE color: 2819406.

HSL color Cylindrical-coordinate representation of color #4E052B: hue angle of 328.77º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E052B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB78543-
CMYK00.940.450.69
HSL328.77º87.95%16.27%-
HSV(B)328.77º93.59%30.59%-
XYZ3.631.92.46-
YUV31.16134.68161.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=61.90%
G=3.97%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7854300.940.450.69328.7787.9516.27
Hex4E52B05E2D451495810
Octal11655301365510551113020
Binary1001110101101011010111101011011000101101001001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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