#4E113D

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

Shades of Blackberry #4E113D

Tints of Blackberry #4E113D

Color information

#4E113D (or 0x4E113D) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 3D. RGB value is (78,17,61). Sum of RGB (Red+Green+Blue) = 78+17+61=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E113D is #B1EEC2. Grayscale: #282828. Windows color (decimal): -11660995 or 4002126. OLE color: 4002126.

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

Color convert

RGB781761-
CMYK00.780.220.69
HSL316.72º64.21%18.63%-
HSV(B)316.72º78.21%30.59%-
XYZ4.182.364.65-
YUV40.26139.71154.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=50%
G=10.90%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78176100.780.220.69316.7264.2118.63
Hex4E113D04E164513d4013
Octal116217501162610547510023
Binary10011101000111110101001110101101000101100111101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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