#4D1432

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

Shades of Blackberry #4D1432

Tints of Blackberry #4D1432

Color information

#4D1432 (or 0x4D1432) is unknown color: approx Blackberry. HEX triplet: 4D, 14 and 32. RGB value is (77,20,50). Sum of RGB (Red+Green+Blue) = 77+20+50=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1432 is #B2EBCD. Grayscale: #282828. Windows color (decimal): -11725774 or 3281997. OLE color: 3281997.

HSL color Cylindrical-coordinate representation of color #4D1432: hue angle of 328.42º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1432 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB772050-
CMYK00.740.350.70
HSL328.42º58.76%19.02%-
HSV(B)328.42º74.03%30.2%-
XYZ3.892.313.26-
YUV40.46133.38154.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=52.38%
G=13.61%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77205000.740.350.70328.4258.7619.02
Hex4D143204A23461483b13
Octal11524620112431065107323
Binary10011011010011001001001010100011100011010100100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,20,50); }

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

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

 a { background-color: rgb(77,20,50); }

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

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

 span { border-color: rgb(77,20,50); }

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