#4D0526

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

Shades of Blackberry #4D0526

Tints of Blackberry #4D0526

Color information

#4D0526 (or 0x4D0526) is unknown color: approx Blackberry. HEX triplet: 4D, 05 and 26. RGB value is (77,5,38). Sum of RGB (Red+Green+Blue) = 77+5+38=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0526 is #B2FAD9. Grayscale: #1E1E1E. Windows color (decimal): -11729626 or 2491725. OLE color: 2491725.

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

Color convert

RGB77538-
CMYK00.940.510.70
HSL332.5º87.8%16.08%-
HSV(B)332.5º93.51%30.2%-
XYZ3.461.832-
YUV30.29132.35161.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.17%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=64.17%
G=4.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7753800.940.510.70332.587.816.08
Hex4D52605E334614c5810
Octal11554601366310651413020
Binary1001101101100110010111101100111000110101001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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