#4E183D

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

Shades of Blackberry #4E183D

Tints of Blackberry #4E183D

Color information

#4E183D (or 0x4E183D) is unknown color: approx Blackberry. HEX triplet: 4E, 18 and 3D. RGB value is (78,24,61). Sum of RGB (Red+Green+Blue) = 78+24+61=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E183D is #B1E7C2. Grayscale: #2C2C2C. Windows color (decimal): -11659203 or 4003918. OLE color: 4003918.

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

Color convert

RGB782461-
CMYK00.690.220.69
HSL318.89º52.94%20%-
HSV(B)318.89º69.23%30.59%-
XYZ4.312.614.69-
YUV44.36137.39151.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=47.85%
G=14.72%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78246100.690.220.69318.8952.9420
Hex4E183D045164513f3514
Octal11630750105261054776524
Binary1001110110001111010100010110110100010110011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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