#4E193D

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

Shades of Blackberry #4E193D

Tints of Blackberry #4E193D

Color information

#4E193D (or 0x4E193D) is unknown color: approx Blackberry. HEX triplet: 4E, 19 and 3D. RGB value is (78,25,61). Sum of RGB (Red+Green+Blue) = 78+25+61=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E193D is #B1E6C2. Grayscale: #2C2C2C. Windows color (decimal): -11658947 or 4004174. OLE color: 4004174.

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

Color convert

RGB782561-
CMYK00.680.220.69
HSL319.25º51.46%20.2%-
HSV(B)319.25º67.95%30.59%-
XYZ4.332.654.7-
YUV44.95137.06151.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.56%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=47.56%
G=15.24%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78256100.680.220.69319.2551.4620.2
Hex4E193D044164513f3314
Octal11631750104261054776324
Binary1001110110011111010100010010110100010110011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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