#4D153D

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

Shades of Blackberry #4D153D

Tints of Blackberry #4D153D

Color information

#4D153D (or 0x4D153D) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 3D. RGB value is (77,21,61). Sum of RGB (Red+Green+Blue) = 77+21+61=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153D is #B2EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11725507 or 4003149. OLE color: 4003149.

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

Color convert

RGB772161-
CMYK00.730.210.70
HSL317.14º57.14%19.22%-
HSV(B)317.14º72.73%30.2%-
XYZ4.172.454.67-
YUV42.3138.55152.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=48.43%
G=13.21%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77216100.730.210.70317.1457.1419.22
Hex4D153D049154613d3913
Octal11525750111251064757123
Binary1001101101011111010100100110101100011010011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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