#4E112A

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

Shades of Blackberry #4E112A

Tints of Blackberry #4E112A

Color information

#4E112A (or 0x4E112A) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 2A. RGB value is (78,17,42). Sum of RGB (Red+Green+Blue) = 78+17+42=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112A is #B1EED5. Grayscale: #262626. Windows color (decimal): -11661014 or 2756942. OLE color: 2756942.

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

Color convert

RGB781742-
CMYK00.780.460.69
HSL335.41º64.21%18.63%-
HSV(B)335.41º78.21%30.59%-
XYZ3.762.192.41-
YUV38.09130.21156.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.93%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=56.93%
G=12.41%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78174200.780.460.69335.4164.2118.63
Hex4E112A04E2E4514f4013
Octal116215201165610551710023
Binary100111010001101010010011101011101000101101001111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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