#4D022A

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

Shades of Blackberry #4D022A

Tints of Blackberry #4D022A

Color information

#4D022A (or 0x4D022A) is unknown color: approx Blackberry. HEX triplet: 4D, 02 and 2A. RGB value is (77,2,42). Sum of RGB (Red+Green+Blue) = 77+2+42=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D022A is #B2FDD5. Grayscale: #1C1C1C. Windows color (decimal): -11730390 or 2753101. OLE color: 2753101.

HSL color Cylindrical-coordinate representation of color #4D022A: hue angle of 328º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D022A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB77242-
CMYK00.970.450.70
HSL328º94.94%15.49%-
HSV(B)328º97.4%30.2%-
XYZ3.51.792.35-
YUV28.98135.35162.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=63.64%
G=1.65%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7724200.970.450.7032894.9415.49
Hex4D22A0612D461485ff
Octal11525201415510651013717
Binary10011011010101001100001101101100011010100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,42); }

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

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

 a { background-color: rgb(77,2,42); }

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

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

 span { border-color: rgb(77,2,42); }

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