#4E0320

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

Shades of Blackberry #4E0320

Tints of Blackberry #4E0320

Color information

#4E0320 (or 0x4E0320) is unknown color: approx Blackberry. HEX triplet: 4E, 03 and 20. RGB value is (78,3,32). Sum of RGB (Red+Green+Blue) = 78+3+32=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0320 is #B1FCDF. Grayscale: #1C1C1C. Windows color (decimal): -11664608 or 2097998. OLE color: 2097998.

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

Color convert

RGB78332-
CMYK00.960.590.69
HSL336.8º92.59%15.88%-
HSV(B)336.8º96.15%30.59%-
XYZ3.441.791.53-
YUV28.73129.85163.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=69.03%
G=2.65%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7833200.960.590.69336.892.5915.88
Hex4E3200603B451515d10
Octal11634001407310552113520
Binary100111011100000011000001110111000101101010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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