#4E153E

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

Shades of Blackberry #4E153E

Tints of Blackberry #4E153E

Color information

#4E153E (or 0x4E153E) is unknown color: approx Blackberry. HEX triplet: 4E, 15 and 3E. RGB value is (78,21,62). Sum of RGB (Red+Green+Blue) = 78+21+62=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E153E is #B1EAC1. Grayscale: #2A2A2A. Windows color (decimal): -11659970 or 4068686. OLE color: 4068686.

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

Color convert

RGB782162-
CMYK00.730.210.69
HSL316.84º57.58%19.41%-
HSV(B)316.84º73.08%30.59%-
XYZ4.282.54.82-
YUV42.72138.88153.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=48.45%
G=13.04%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78216200.730.210.69316.8457.5819.41
Hex4E153E049154513d3a13
Octal11625760111251054757223
Binary1001110101011111100100100110101100010110011110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,62); }

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

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

 a { background-color: rgb(78,21,62); }

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

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

 span { border-color: rgb(78,21,62); }

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