#4E0120

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

Shades of Blackberry #4E0120

Tints of Blackberry #4E0120

Color information

#4E0120 (or 0x4E0120) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 20. RGB value is (78,1,32). Sum of RGB (Red+Green+Blue) = 78+1+32=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0120 is #B1FEDF. Grayscale: #1B1B1B. Windows color (decimal): -11665120 or 2097486. OLE color: 2097486.

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

Color convert

RGB78132-
CMYK00.990.590.69
HSL335.84º97.47%15.49%-
HSV(B)335.84º98.72%30.59%-
XYZ3.411.751.52-
YUV27.56130.51163.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.27%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=70.27%
G=0.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7813200.990.590.69335.8497.4715.49
Hex4E1200633B4515061f
Octal11614001437310552014117
Binary1001110110000001100011111011100010110101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,32); }

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

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

 a { background-color: rgb(78,1,32); }

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

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

 span { border-color: rgb(78,1,32); }

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