#4E143B

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

Shades of Blackberry #4E143B

Tints of Blackberry #4E143B

Color information

#4E143B (or 0x4E143B) is unknown color: approx Blackberry. HEX triplet: 4E, 14 and 3B. RGB value is (78,20,59). Sum of RGB (Red+Green+Blue) = 78+20+59=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E143B is #B1EBC4. Grayscale: #292929. Windows color (decimal): -11660229 or 3871822. OLE color: 3871822.

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

Color convert

RGB782059-
CMYK00.740.240.69
HSL319.66º59.18%19.22%-
HSV(B)319.66º74.36%30.59%-
XYZ4.182.444.39-
YUV41.79137.72153.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=49.68%
G=12.74%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78205900.740.240.69319.6659.1819.22
Hex4E143B04A18451403b13
Octal11624730112301055007323
Binary1001110101001110110100101011000100010110100000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,20,59); }

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

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

 a { background-color: rgb(78,20,59); }

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

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

 span { border-color: rgb(78,20,59); }

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