#4E153D

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

Shades of Blackberry #4E153D

Tints of Blackberry #4E153D

Color information

#4E153D (or 0x4E153D) is unknown color: approx Blackberry. HEX triplet: 4E, 15 and 3D. RGB value is (78,21,61). Sum of RGB (Red+Green+Blue) = 78+21+61=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E153D is #B1EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11659971 or 4003150. OLE color: 4003150.

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

Color convert

RGB782161-
CMYK00.730.220.69
HSL317.89º57.58%19.41%-
HSV(B)317.89º73.08%30.59%-
XYZ4.252.494.67-
YUV42.6138.38153.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=48.75%
G=13.12%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78216100.730.220.69317.8957.5819.41
Hex4E153D049164513e3a13
Octal11625750111261054767223
Binary1001110101011111010100100110110100010110011111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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