#4E193A

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

Shades of Blackberry #4E193A

Tints of Blackberry #4E193A

Color information

#4E193A (or 0x4E193A) is unknown color: approx Blackberry. HEX triplet: 4E, 19 and 3A. RGB value is (78,25,58). Sum of RGB (Red+Green+Blue) = 78+25+58=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E193A is #B1E6C5. Grayscale: #2C2C2C. Windows color (decimal): -11658950 or 3807566. OLE color: 3807566.

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

Color convert

RGB782558-
CMYK00.680.260.69
HSL322.64º51.46%20.2%-
HSV(B)322.64º67.95%30.59%-
XYZ4.252.624.28-
YUV44.61135.56151.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=48.45%
G=15.53%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78255800.680.260.69322.6451.4620.2
Hex4E193A0441A451433314
Octal11631720104321055036324
Binary1001110110011110100100010011010100010110100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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