#4E1634

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

Shades of Blackberry #4E1634

Tints of Blackberry #4E1634

Color information

#4E1634 (or 0x4E1634) is unknown color: approx Blackberry. HEX triplet: 4E, 16 and 34. RGB value is (78,22,52). Sum of RGB (Red+Green+Blue) = 78+22+52=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1634 is #B1E9CB. Grayscale: #2A2A2A. Windows color (decimal): -11659724 or 3413582. OLE color: 3413582.

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

Color convert

RGB782252-
CMYK00.720.330.69
HSL327.86º56%19.61%-
HSV(B)327.86º71.79%30.59%-
XYZ4.052.443.51-
YUV42.16133.55153.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=51.32%
G=14.47%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78225200.720.330.69327.865619.61
Hex4E163404821451483814
Octal11626640110411055107024
Binary10011101011011010001001000100001100010110100100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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