#4D1440

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

Shades of Blackberry #4D1440

Tints of Blackberry #4D1440

Color information

#4D1440 (or 0x4D1440) is unknown color: approx Blackberry. HEX triplet: 4D, 14 and 40. RGB value is (77,20,64). Sum of RGB (Red+Green+Blue) = 77+20+64=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1440 is #B2EBBF. Grayscale: #292929. Windows color (decimal): -11725760 or 4199501. OLE color: 4199501.

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

Color convert

RGB772064-
CMYK00.740.170.70
HSL313.68º58.76%19.02%-
HSV(B)313.68º74.03%30.2%-
XYZ4.242.455.1-
YUV42.06140.38152.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=47.83%
G=12.42%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77206400.740.170.70313.6858.7619.02
Hex4D144004A114613a3b13
Octal115241000112211064727323
Binary10011011010010000000100101010001100011010011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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