#4D152F

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

Shades of Blackberry #4D152F

Tints of Blackberry #4D152F

Color information

#4D152F (or 0x4D152F) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 2F. RGB value is (77,21,47). Sum of RGB (Red+Green+Blue) = 77+21+47=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152F is #B2EAD0. Grayscale: #282828. Windows color (decimal): -11725521 or 3085645. OLE color: 3085645.

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

Color convert

RGB772147-
CMYK00.730.390.70
HSL332.14º57.14%19.22%-
HSV(B)332.14º72.73%30.2%-
XYZ3.842.322.93-
YUV40.71131.55153.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=53.10%
G=14.48%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77214700.730.390.70332.1457.1419.22
Hex4D152F049274614c3913
Octal11525570111471065147123
Binary10011011010110111101001001100111100011010100110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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