#4E122D

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

Shades of Blackberry #4E122D

Tints of Blackberry #4E122D

Color information

#4E122D (or 0x4E122D) is unknown color: approx Blackberry. HEX triplet: 4E, 12 and 2D. RGB value is (78,18,45). Sum of RGB (Red+Green+Blue) = 78+18+45=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E122D is #B1EDD2. Grayscale: #262626. Windows color (decimal): -11660755 or 2953806. OLE color: 2953806.

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

Color convert

RGB781845-
CMYK00.770.420.69
HSL333º62.5%18.82%-
HSV(B)333º76.92%30.59%-
XYZ3.832.242.71-
YUV39.02131.38155.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=55.32%
G=12.77%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78184500.770.420.6933362.518.82
Hex4E122D04D2A4514d3e13
Octal11622550115521055157623
Binary10011101001010110101001101101010100010110100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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