#4E1938

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

Shades of Blackberry #4E1938

Tints of Blackberry #4E1938

Color information

#4E1938 (or 0x4E1938) is unknown color: approx Blackberry. HEX triplet: 4E, 19 and 38. RGB value is (78,25,56). Sum of RGB (Red+Green+Blue) = 78+25+56=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1938 is #B1E6C7. Grayscale: #2C2C2C. Windows color (decimal): -11658952 or 3676494. OLE color: 3676494.

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

Color convert

RGB782556-
CMYK00.680.280.69
HSL324.91º51.46%20.2%-
HSV(B)324.91º67.95%30.59%-
XYZ4.22.64.02-
YUV44.38134.56151.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=49.06%
G=15.72%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78255600.680.280.69324.9151.4620.2
Hex4E19380441C451453314
Octal11631700104341055056324
Binary1001110110011110000100010011100100010110100010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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