#4E163E

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

Shades of Blackberry #4E163E

Tints of Blackberry #4E163E

Color information

#4E163E (or 0x4E163E) is unknown color: approx Blackberry. HEX triplet: 4E, 16 and 3E. RGB value is (78,22,62). Sum of RGB (Red+Green+Blue) = 78+22+62=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E163E is #B1E9C1. Grayscale: #2B2B2B. Windows color (decimal): -11659714 or 4068942. OLE color: 4068942.

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

Color convert

RGB782262-
CMYK00.720.210.69
HSL317.14º56%19.61%-
HSV(B)317.14º71.79%30.59%-
XYZ4.32.544.82-
YUV43.3138.55152.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=48.15%
G=13.58%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78226200.720.210.69317.145619.61
Hex4E163E048154513d3814
Octal11626760110251054757024
Binary1001110101101111100100100010101100010110011110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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