#4D1240

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

Shades of Blackberry #4D1240

Tints of Blackberry #4D1240

Color information

#4D1240 (or 0x4D1240) is unknown color: approx Blackberry. HEX triplet: 4D, 12 and 40. RGB value is (77,18,64). Sum of RGB (Red+Green+Blue) = 77+18+64=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1240 is #B2EDBF. Grayscale: #282828. Windows color (decimal): -11726272 or 4198989. OLE color: 4198989.

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

Color convert

RGB771864-
CMYK00.770.170.70
HSL313.22º62.11%18.63%-
HSV(B)313.22º76.62%30.2%-
XYZ4.22.385.09-
YUV40.88141.05153.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=48.43%
G=11.32%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77186400.770.170.70313.2262.1118.63
Hex4D124004D11461393e13
Octal115221000115211064717623
Binary10011011001010000000100110110001100011010011100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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