#4D153A

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

Shades of Blackberry #4D153A

Tints of Blackberry #4D153A

Color information

#4D153A (or 0x4D153A) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 3A. RGB value is (77,21,58). Sum of RGB (Red+Green+Blue) = 77+21+58=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153A is #B2EAC5. Grayscale: #292929. Windows color (decimal): -11725510 or 3806541. OLE color: 3806541.

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

Color convert

RGB772158-
CMYK00.730.250.70
HSL320.36º57.14%19.22%-
HSV(B)320.36º72.73%30.2%-
XYZ4.092.424.25-
YUV41.96137.05152.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=49.36%
G=13.46%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77215800.730.250.70320.3657.1419.22
Hex4D153A04919461403913
Octal11525720111311065007123
Binary1001101101011110100100100111001100011010100000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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