#4E082C

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

Shades of Blackberry #4E082C

Tints of Blackberry #4E082C

Color information

#4E082C (or 0x4E082C) is unknown color: approx Blackberry. HEX triplet: 4E, 08 and 2C. RGB value is (78,8,44). Sum of RGB (Red+Green+Blue) = 78+8+44=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E082C is #B1F7D3. Grayscale: #202020. Windows color (decimal): -11663316 or 2885710. OLE color: 2885710.

HSL color Cylindrical-coordinate representation of color #4E082C: hue angle of 329.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E082C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB78844-
CMYK00.900.440.69
HSL329.14º81.4%16.86%-
HSV(B)329.14º89.74%30.59%-
XYZ3.681.982.57-
YUV33.03134.19160.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=60%
G=6.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7884400.900.440.69329.1481.416.86
Hex4E82C05A2C451495111
Octal116105401325410551112121
Binary10011101000101100010110101011001000101101001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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