#4E002A

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

Shades of Blackberry #4E002A

Tints of Blackberry #4E002A

Color information

#4E002A (or 0x4E002A) is unknown color: approx Blackberry. HEX triplet: 4E, 00 and 2A. RGB value is (78,0,42). Sum of RGB (Red+Green+Blue) = 78+0+42=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E002A is #B1FFD5. Grayscale: #1C1C1C. Windows color (decimal): -11665366 or 2752590. OLE color: 2752590.

HSL color Cylindrical-coordinate representation of color #4E002A: hue angle of 327.69º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E002A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB78042-
CMYK010.460.69
HSL327.69º100%15.29%-
HSV(B)327.69º100%30.59%-
XYZ3.561.792.35-
YUV28.11135.84163.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 35%
R=65%
G=0%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78042010.460.69327.6910015.29
Hex4E02A0642E4514864f
Octal11605201445610551014417
Binary1001110010101001100100101110100010110100100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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