#4E012A

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

Shades of Blackberry #4E012A

Tints of Blackberry #4E012A

Color information

#4E012A (or 0x4E012A) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 2A. RGB value is (78,1,42). Sum of RGB (Red+Green+Blue) = 78+1+42=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E012A is #B1FED5. Grayscale: #1C1C1C. Windows color (decimal): -11665110 or 2752846. OLE color: 2752846.

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

Color convert

RGB78142-
CMYK00.990.460.69
HSL328.05º97.47%15.49%-
HSV(B)328.05º98.72%30.59%-
XYZ3.571.812.35-
YUV28.7135.51163.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 64.46%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=64.46%
G=0.83%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7814200.990.460.69328.0597.4715.49
Hex4E12A0632E4514861f
Octal11615201435610551014117
Binary1001110110101001100011101110100010110100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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