#4E032A

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

Shades of Blackberry #4E032A

Tints of Blackberry #4E032A

Color information

#4E032A (or 0x4E032A) is unknown color: approx Blackberry. HEX triplet: 4E, 03 and 2A. RGB value is (78,3,42). Sum of RGB (Red+Green+Blue) = 78+3+42=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E032A is #B1FCD5. Grayscale: #1D1D1D. Windows color (decimal): -11664598 or 2753358. OLE color: 2753358.

HSL color Cylindrical-coordinate representation of color #4E032A: hue angle of 328.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 #4E032A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB78342-
CMYK00.960.460.69
HSL328.8º92.59%15.88%-
HSV(B)328.8º96.15%30.59%-
XYZ3.591.852.36-
YUV29.87134.85162.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=63.41%
G=2.44%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7834200.960.460.69328.892.5915.88
Hex4E32A0602E451495d10
Octal11635201405610551113520
Binary100111011101010011000001011101000101101001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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