#4D072E

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

Shades of Blackberry #4D072E

Tints of Blackberry #4D072E

Color information

#4D072E (or 0x4D072E) is unknown color: approx Blackberry. HEX triplet: 4D, 07 and 2E. RGB value is (77,7,46). Sum of RGB (Red+Green+Blue) = 77+7+46=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D072E is #B2F8D1. Grayscale: #202020. Windows color (decimal): -11729106 or 3016525. OLE color: 3016525.

HSL color Cylindrical-coordinate representation of color #4D072E: hue angle of 326.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D072E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB77746-
CMYK00.910.400.70
HSL326.57º83.33%16.47%-
HSV(B)326.57º90.91%30.2%-
XYZ3.631.932.77-
YUV32.38135.69159.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.23%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=59.23%
G=5.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7774600.910.400.70326.5783.3316.47
Hex4D72E05B28461475310
Octal11575601335010650712320
Binary1001101111101110010110111010001000110101000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,7,46); }

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

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

 a { background-color: rgb(77,7,46); }

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

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

 span { border-color: rgb(77,7,46); }

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