#4E0F3D

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

Shades of Blackberry #4E0F3D

Tints of Blackberry #4E0F3D

Color information

#4E0F3D (or 0x4E0F3D) is unknown color: approx Blackberry. HEX triplet: 4E, 0F and 3D. RGB value is (78,15,61). Sum of RGB (Red+Green+Blue) = 78+15+61=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F3D is #B1F0C2. Grayscale: #262626. Windows color (decimal): -11661507 or 4001614. OLE color: 4001614.

HSL color Cylindrical-coordinate representation of color #4E0F3D: hue angle of 316.19º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F3D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB781561-
CMYK00.810.220.69
HSL316.19º67.74%18.24%-
HSV(B)316.19º80.77%30.59%-
XYZ4.162.34.64-
YUV39.08140.37155.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.65%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=50.65%
G=9.74%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78156100.810.220.69316.1967.7418.24
Hex4EF3D051164513c4412
Octal116177501212610547410422
Binary1001110111111110101010001101101000101100111100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,61); }

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

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

 a { background-color: rgb(78,15,61); }

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

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

 span { border-color: rgb(78,15,61); }

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