#4D1536

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

Shades of Blackberry #4D1536

Tints of Blackberry #4D1536

Color information

#4D1536 (or 0x4D1536) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 36. RGB value is (77,21,54). Sum of RGB (Red+Green+Blue) = 77+21+54=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1536 is #B2EAC9. Grayscale: #292929. Windows color (decimal): -11725514 or 3544397. OLE color: 3544397.

HSL color Cylindrical-coordinate representation of color #4D1536: hue angle of 324.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1536 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB772154-
CMYK00.730.300.70
HSL324.64º57.14%19.22%-
HSV(B)324.64º72.73%30.2%-
XYZ3.992.383.74-
YUV41.51135.05153.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=50.66%
G=13.82%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77215400.730.300.70324.6457.1419.22
Hex4D15360491E461453913
Octal11525660111361065057123
Binary1001101101011101100100100111110100011010100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,54); }

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

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

 a { background-color: rgb(77,21,54); }

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

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

 span { border-color: rgb(77,21,54); }

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