#4E152E

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

Shades of Blackberry #4E152E

Tints of Blackberry #4E152E

Color information

#4E152E (or 0x4E152E) is unknown color: approx Blackberry. HEX triplet: 4E, 15 and 2E. RGB value is (78,21,46). Sum of RGB (Red+Green+Blue) = 78+21+46=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152E is #B1EAD1. Grayscale: #282828. Windows color (decimal): -11659986 or 3020110. OLE color: 3020110.

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

Color convert

RGB782146-
CMYK00.730.410.69
HSL333.68º57.58%19.41%-
HSV(B)333.68º73.08%30.59%-
XYZ3.92.352.83-
YUV40.89130.88154.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=53.79%
G=14.48%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78214600.730.410.69333.6857.5819.41
Hex4E152E049294514e3a13
Octal11625560111511055167223
Binary10011101010110111001001001101001100010110100111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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