#4E022E

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

Shades of Blackberry #4E022E

Tints of Blackberry #4E022E

Color information

#4E022E (or 0x4E022E) is unknown color: approx Blackberry. HEX triplet: 4E, 02 and 2E. RGB value is (78,2,46). Sum of RGB (Red+Green+Blue) = 78+2+46=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E022E is #B1FDD1. Grayscale: #1D1D1D. Windows color (decimal): -11664850 or 3015246. OLE color: 3015246.

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

Color convert

RGB78246-
CMYK00.970.410.69
HSL325.26º95%15.69%-
HSV(B)325.26º97.44%30.59%-
XYZ3.661.862.75-
YUV29.74137.18162.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=61.90%
G=1.59%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7824600.970.410.69325.269515.69
Hex4E22E06129451455f10
Octal11625601415110550513720
Binary100111010101110011000011010011000101101000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,46); }

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

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

 a { background-color: rgb(78,2,46); }

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

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

 span { border-color: rgb(78,2,46); }

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