#4D203C

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

Shades of Blackberry #4D203C

Tints of Blackberry #4D203C

Color information

#4D203C (or 0x4D203C) is unknown color: approx Blackberry. HEX triplet: 4D, 20 and 3C. RGB value is (77,32,60). Sum of RGB (Red+Green+Blue) = 77+32+60=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D203C is #B2DFC3. Grayscale: #303030. Windows color (decimal): -11722692 or 3940429. OLE color: 3940429.

HSL color Cylindrical-coordinate representation of color #4D203C: hue angle of 322.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D203C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB773260-
CMYK00.580.220.70
HSL322.67º41.28%21.37%-
HSV(B)322.67º58.44%30.2%-
XYZ4.392.944.61-
YUV48.65134.41148.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=45.56%
G=18.93%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77326000.580.220.70322.6741.2821.37
Hex4D203C03A16461432915
Octal1154074072261065035125
Binary1001101100000111100011101010110100011010100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,60); }

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

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

 a { background-color: rgb(77,32,60); }

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

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

 span { border-color: rgb(77,32,60); }

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