#4D153B

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

Shades of Blackberry #4D153B

Tints of Blackberry #4D153B

Color information

#4D153B (or 0x4D153B) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 3B. RGB value is (77,21,59). Sum of RGB (Red+Green+Blue) = 77+21+59=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153B is #B2EAC4. Grayscale: #292929. Windows color (decimal): -11725509 or 3872077. OLE color: 3872077.

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

Color convert

RGB772159-
CMYK00.730.230.70
HSL319.29º57.14%19.22%-
HSV(B)319.29º72.73%30.2%-
XYZ4.122.434.39-
YUV42.08137.55152.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=49.04%
G=13.38%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77215900.730.230.70319.2957.1419.22
Hex4D153B049174613f3913
Octal11525730111271064777123
Binary1001101101011110110100100110111100011010011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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