#4D153C

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

Shades of Blackberry #4D153C

Tints of Blackberry #4D153C

Color information

#4D153C (or 0x4D153C) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 3C. RGB value is (77,21,60). Sum of RGB (Red+Green+Blue) = 77+21+60=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153C is #B2EAC3. Grayscale: #2A2A2A. Windows color (decimal): -11725508 or 3937613. OLE color: 3937613.

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

Color convert

RGB772160-
CMYK00.730.220.70
HSL318.21º57.14%19.22%-
HSV(B)318.21º72.73%30.2%-
XYZ4.142.444.53-
YUV42.19138.05152.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.73%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=48.73%
G=13.29%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77216000.730.220.70318.2157.1419.22
Hex4D153C049164613e3913
Octal11525740111261064767123
Binary1001101101011111000100100110110100011010011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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