#4E193E

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

Shades of Blackberry #4E193E

Tints of Blackberry #4E193E

Color information

#4E193E (or 0x4E193E) is unknown color: approx Blackberry. HEX triplet: 4E, 19 and 3E. RGB value is (78,25,62). Sum of RGB (Red+Green+Blue) = 78+25+62=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E193E is #B1E6C1. Grayscale: #2C2C2C. Windows color (decimal): -11658946 or 4069710. OLE color: 4069710.

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

Color convert

RGB782562-
CMYK00.680.210.69
HSL318.11º51.46%20.2%-
HSV(B)318.11º67.95%30.59%-
XYZ4.362.664.84-
YUV45.06137.56151.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=47.27%
G=15.15%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78256200.680.210.69318.1151.4620.2
Hex4E193E044154513e3314
Octal11631760104251054766324
Binary1001110110011111100100010010101100010110011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,62); }

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

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

 a { background-color: rgb(78,25,62); }

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

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

 span { border-color: rgb(78,25,62); }

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