#4E112D

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

Shades of Blackberry #4E112D

Tints of Blackberry #4E112D

Color information

#4E112D (or 0x4E112D) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 2D. RGB value is (78,17,45). Sum of RGB (Red+Green+Blue) = 78+17+45=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112D is #B1EED2. Grayscale: #262626. Windows color (decimal): -11661011 or 2953550. OLE color: 2953550.

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

Color convert

RGB781745-
CMYK00.780.420.69
HSL332.46º64.21%18.63%-
HSV(B)332.46º78.21%30.59%-
XYZ3.822.212.71-
YUV38.43131.71156.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=55.71%
G=12.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78174500.780.420.69332.4664.2118.63
Hex4E112D04E2A4514c4013
Octal116215501165210551410023
Binary100111010001101101010011101010101000101101001100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,45); }

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

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

 a { background-color: rgb(78,17,45); }

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

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

 span { border-color: rgb(78,17,45); }

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