#4E002E

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

Shades of Blackberry #4E002E

Tints of Blackberry #4E002E

Color information

#4E002E (or 0x4E002E) is unknown color: approx Blackberry. HEX triplet: 4E, 00 and 2E. RGB value is (78,0,46). Sum of RGB (Red+Green+Blue) = 78+0+46=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E002E is #B1FFD1. Grayscale: #1C1C1C. Windows color (decimal): -11665362 or 3014734. OLE color: 3014734.

HSL color Cylindrical-coordinate representation of color #4E002E: hue angle of 324.62º 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 #4E002E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB78046-
CMYK010.410.69
HSL324.62º100%15.29%-
HSV(B)324.62º100%30.59%-
XYZ3.641.822.74-
YUV28.57137.84163.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=62.90%
G=0%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78046010.410.69324.6210015.29
Hex4E02E064294514564f
Octal11605601445110550514417
Binary1001110010111001100100101001100010110100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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