#4D0527

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

Shades of Blackberry #4D0527

Tints of Blackberry #4D0527

Color information

#4D0527 (or 0x4D0527) is unknown color: approx Blackberry. HEX triplet: 4D, 05 and 27. RGB value is (77,5,39). Sum of RGB (Red+Green+Blue) = 77+5+39=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0527 is #B2FAD8. Grayscale: #1E1E1E. Windows color (decimal): -11729625 or 2557261. OLE color: 2557261.

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

Color convert

RGB77539-
CMYK00.940.490.70
HSL331.67º87.8%16.08%-
HSV(B)331.67º93.51%30.2%-
XYZ3.481.832.09-
YUV30.4132.85161.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.64%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=63.64%
G=4.13%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7753900.940.490.70331.6787.816.08
Hex4D52705E314614c5810
Octal11554701366110651413020
Binary1001101101100111010111101100011000110101001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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