#4E132E

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

Shades of Blackberry #4E132E

Tints of Blackberry #4E132E

Color information

#4E132E (or 0x4E132E) is unknown color: approx Blackberry. HEX triplet: 4E, 13 and 2E. RGB value is (78,19,46). Sum of RGB (Red+Green+Blue) = 78+19+46=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E132E is #B1ECD1. Grayscale: #272727. Windows color (decimal): -11660498 or 3019598. OLE color: 3019598.

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

Color convert

RGB781946-
CMYK00.760.410.69
HSL332.54º60.82%19.02%-
HSV(B)332.54º75.64%30.59%-
XYZ3.872.282.82-
YUV39.72131.55155.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=54.55%
G=13.29%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78194600.760.410.69332.5460.8219.02
Hex4E132E04C294514d3d13
Octal11623560114511055157523
Binary10011101001110111001001100101001100010110100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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