#49062E

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

Shades of Blackberry #49062E

Tints of Blackberry #49062E

Color information

#49062E (or 0x49062E) is unknown color: approx Blackberry. HEX triplet: 49, 06 and 2E. RGB value is (73,6,46). Sum of RGB (Red+Green+Blue) = 73+6+46=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49062E is #B6F9D1. Grayscale: #1E1E1E. Windows color (decimal): -11991506 or 3016265. OLE color: 3016265.

HSL color Cylindrical-coordinate representation of color #49062E: hue angle of 324.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49062E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB73646-
CMYK00.920.370.71
HSL324.18º84.81%15.49%-
HSV(B)324.18º91.78%28.63%-
XYZ3.311.742.75-
YUV30.59136.7158.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=58.4%
G=4.8%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7364600.920.370.71324.1884.8115.49
Hex4962E05C254714455f
Octal11165601344510750412517
Binary100100111010111001011100100101100011110100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49062E; }

 p { color: rgb(73,6,46); }

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

<style>
 a { background-color: #49062E; }

 a { background-color: rgb(73,6,46); }

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

<style>
 span { border-color: #49062E; }

 span { border-color: rgb(73,6,46); }

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