#4E1229

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

Shades of Blackberry #4E1229

Tints of Blackberry #4E1229

Color information

#4E1229 (or 0x4E1229) is unknown color: approx Blackberry. HEX triplet: 4E, 12 and 29. RGB value is (78,18,41). Sum of RGB (Red+Green+Blue) = 78+18+41=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1229 is #B1EDD6. Grayscale: #262626. Windows color (decimal): -11660759 or 2691662. OLE color: 2691662.

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

Color convert

RGB781841-
CMYK00.770.470.69
HSL337º62.5%18.82%-
HSV(B)337º76.92%30.59%-
XYZ3.762.212.33-
YUV38.56129.38156.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.93%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=56.93%
G=13.14%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78184100.770.470.6933762.518.82
Hex4E122904D2F451513e13
Octal11622510115571055217623
Binary10011101001010100101001101101111100010110101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,41); }

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

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

 a { background-color: rgb(78,18,41); }

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

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

 span { border-color: rgb(78,18,41); }

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