#4E1135

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

Shades of Blackberry #4E1135

Tints of Blackberry #4E1135

Color information

#4E1135 (or 0x4E1135) is unknown color: approx Blackberry. HEX triplet: 4E, 11 and 35. RGB value is (78,17,53). Sum of RGB (Red+Green+Blue) = 78+17+53=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1135 is #B1EECA. Grayscale: #272727. Windows color (decimal): -11661003 or 3477838. OLE color: 3477838.

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

Color convert

RGB781753-
CMYK00.780.320.69
HSL324.59º64.21%18.63%-
HSV(B)324.59º78.21%30.59%-
XYZ3.982.283.6-
YUV39.34135.71155.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.70%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=52.70%
G=11.49%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78175300.780.320.69324.5964.2118.63
Hex4E113504E20451454013
Octal116216501164010550510023
Binary100111010001110101010011101000001000101101000101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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