#4E022C

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

Shades of Blackberry #4E022C

Tints of Blackberry #4E022C

Color information

#4E022C (or 0x4E022C) is unknown color: approx Blackberry. HEX triplet: 4E, 02 and 2C. RGB value is (78,2,44). Sum of RGB (Red+Green+Blue) = 78+2+44=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E022C is #B1FDD3. Grayscale: #1D1D1D. Windows color (decimal): -11664852 or 2884174. OLE color: 2884174.

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

Color convert

RGB78244-
CMYK00.970.440.69
HSL326.84º95%15.69%-
HSV(B)326.84º97.44%30.59%-
XYZ3.621.842.55-
YUV29.51136.18162.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=62.90%
G=1.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7824400.970.440.69326.849515.69
Hex4E22C0612C451475f10
Octal11625401415410550713720
Binary100111010101100011000011011001000101101000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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