#4E1434

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

Shades of Blackberry #4E1434

Tints of Blackberry #4E1434

Color information

#4E1434 (or 0x4E1434) is unknown color: approx Blackberry. HEX triplet: 4E, 14 and 34. RGB value is (78,20,52). Sum of RGB (Red+Green+Blue) = 78+20+52=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1434 is #B1EBCB. Grayscale: #282828. Windows color (decimal): -11660236 or 3413070. OLE color: 3413070.

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

Color convert

RGB782052-
CMYK00.740.330.69
HSL326.9º59.18%19.22%-
HSV(B)326.9º74.36%30.59%-
XYZ4.012.373.49-
YUV40.99134.22154.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=52%
G=13.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78205200.740.330.69326.959.1819.22
Hex4E143404A21451473b13
Octal11624640112411055077323
Binary10011101010011010001001010100001100010110100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,20,52); }

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

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

 a { background-color: rgb(78,20,52); }

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

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

 span { border-color: rgb(78,20,52); }

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