#4D0525

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

Shades of Blackberry #4D0525

Tints of Blackberry #4D0525

Color information

#4D0525 (or 0x4D0525) is unknown color: approx Blackberry. HEX triplet: 4D, 05 and 25. RGB value is (77,5,37). Sum of RGB (Red+Green+Blue) = 77+5+37=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0525 is #B2FADA. Grayscale: #1E1E1E. Windows color (decimal): -11729627 or 2426189. OLE color: 2426189.

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

Color convert

RGB77537-
CMYK00.940.520.70
HSL333.33º87.8%16.08%-
HSV(B)333.33º93.51%30.2%-
XYZ3.451.821.92-
YUV30.18131.85161.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 64.71%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=64.71%
G=4.20%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7753700.940.520.70333.3387.816.08
Hex4D52505E344614d5810
Octal11554501366410651513020
Binary1001101101100101010111101101001000110101001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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