#4D152D

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

Shades of Blackberry #4D152D

Tints of Blackberry #4D152D

Color information

#4D152D (or 0x4D152D) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 2D. RGB value is (77,21,45). Sum of RGB (Red+Green+Blue) = 77+21+45=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152D is #B2EAD2. Grayscale: #282828. Windows color (decimal): -11725523 or 2954573. OLE color: 2954573.

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

Color convert

RGB772145-
CMYK00.730.420.70
HSL334.29º57.14%19.22%-
HSV(B)334.29º72.73%30.2%-
XYZ3.82.32.73-
YUV40.48130.55154.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.85%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=53.85%
G=14.69%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77214500.730.420.70334.2957.1419.22
Hex4D152D0492A4614e3913
Octal11525550111521065167123
Binary10011011010110110101001001101010100011010100111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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