#4E162C

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

Shades of Blackberry #4E162C

Tints of Blackberry #4E162C

Color information

#4E162C (or 0x4E162C) is unknown color: approx Blackberry. HEX triplet: 4E, 16 and 2C. RGB value is (78,22,44). Sum of RGB (Red+Green+Blue) = 78+22+44=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E162C is #B1E9D3. Grayscale: #292929. Windows color (decimal): -11659732 or 2889294. OLE color: 2889294.

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

Color convert

RGB782244-
CMYK00.720.440.69
HSL336.43º56%19.61%-
HSV(B)336.43º71.79%30.59%-
XYZ3.882.382.64-
YUV41.25129.55154.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=54.17%
G=15.28%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78224400.720.440.69336.435619.61
Hex4E162C0482C451503814
Octal11626540110541055207024
Binary10011101011010110001001000101100100010110101000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,22,44); }

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

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

 a { background-color: rgb(78,22,44); }

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

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

 span { border-color: rgb(78,22,44); }

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