#4E1132

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

Shades of Blackberry #4E1132

Tints of Blackberry #4E1132

Color information

#4E1132 (or 0x4E1132) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 32. RGB value is (78,17,50). Sum of RGB (Red+Green+Blue) = 78+17+50=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1132 is #B1EECD. Grayscale: #262626. Windows color (decimal): -11661006 or 3281230. OLE color: 3281230.

HSL color Cylindrical-coordinate representation of color #4E1132: hue angle of 327.54º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1132 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB781750-
CMYK00.780.360.69
HSL327.54º64.21%18.63%-
HSV(B)327.54º78.21%30.59%-
XYZ3.922.253.25-
YUV39134.21155.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=53.79%
G=11.72%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78175000.780.360.69327.5464.2118.63
Hex4E113204E24451484013
Octal116216201164410551010023
Binary100111010001110010010011101001001000101101001000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,50); }

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

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

 a { background-color: rgb(78,17,50); }

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

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

 span { border-color: rgb(78,17,50); }

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