#4E112E

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

Shades of Blackberry #4E112E

Tints of Blackberry #4E112E

Color information

#4E112E (or 0x4E112E) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 2E. RGB value is (78,17,46). Sum of RGB (Red+Green+Blue) = 78+17+46=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112E is #B1EED1. Grayscale: #262626. Windows color (decimal): -11661010 or 3019086. OLE color: 3019086.

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

Color convert

RGB781746-
CMYK00.780.410.69
HSL331.48º64.21%18.63%-
HSV(B)331.48º78.21%30.59%-
XYZ3.842.222.81-
YUV38.54132.21156.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=55.32%
G=12.06%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78174600.780.410.69331.4864.2118.63
Hex4E112E04E294514b4013
Octal116215601165110551310023
Binary100111010001101110010011101010011000101101001011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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