#4D052E

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

Shades of Blackberry #4D052E

Tints of Blackberry #4D052E

Color information

#4D052E (or 0x4D052E) is unknown color: approx Blackberry. HEX triplet: 4D, 05 and 2E. RGB value is (77,5,46). Sum of RGB (Red+Green+Blue) = 77+5+46=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D052E is #B2FAD1. Grayscale: #1F1F1F. Windows color (decimal): -11729618 or 3016013. OLE color: 3016013.

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

Color convert

RGB77546-
CMYK00.940.400.70
HSL325.83º87.8%16.08%-
HSV(B)325.83º93.51%30.2%-
XYZ3.611.882.76-
YUV31.2136.35160.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=60.16%
G=3.91%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7754600.940.400.70325.8387.816.08
Hex4D52E05E28461465810
Octal11555601365010650613020
Binary1001101101101110010111101010001000110101000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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