#4E1936

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

Shades of Blackberry #4E1936

Tints of Blackberry #4E1936

Color information

#4E1936 (or 0x4E1936) is unknown color: approx Blackberry. HEX triplet: 4E, 19 and 36. RGB value is (78,25,54). Sum of RGB (Red+Green+Blue) = 78+25+54=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1936 is #B1E6C9. Grayscale: #2C2C2C. Windows color (decimal): -11658954 or 3545422. OLE color: 3545422.

HSL color Cylindrical-coordinate representation of color #4E1936: hue angle of 327.17º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1936 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB782554-
CMYK00.680.310.69
HSL327.17º51.46%20.2%-
HSV(B)327.17º67.95%30.59%-
XYZ4.162.583.77-
YUV44.15133.56152.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=49.68%
G=15.92%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78255400.680.310.69327.1751.4620.2
Hex4E19360441F451473314
Octal11631660104371055076324
Binary1001110110011101100100010011111100010110100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,54); }

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

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

 a { background-color: rgb(78,25,54); }

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

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

 span { border-color: rgb(78,25,54); }

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