#4E203A

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

Shades of Blackberry #4E203A

Tints of Blackberry #4E203A

Color information

#4E203A (or 0x4E203A) is unknown color: approx Blackberry. HEX triplet: 4E, 20 and 3A. RGB value is (78,32,58). Sum of RGB (Red+Green+Blue) = 78+32+58=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E203A is #B1DFC5. Grayscale: #303030. Windows color (decimal): -11657158 or 3809358. OLE color: 3809358.

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

Color convert

RGB783258-
CMYK00.590.260.69
HSL326.09º41.82%21.57%-
HSV(B)326.09º58.97%30.59%-
XYZ4.422.964.34-
YUV48.72133.24148.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=46.43%
G=19.05%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78325800.590.260.69326.0941.8221.57
Hex4E203A03B1A451462a16
Octal1164072073321055065226
Binary1001110100000111010011101111010100010110100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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