#49022E

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

Shades of Blackberry #49022E

Tints of Blackberry #49022E

Color information

#49022E (or 0x49022E) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 2E. RGB value is (73,2,46). Sum of RGB (Red+Green+Blue) = 73+2+46=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49022E is #B6FDD1. Grayscale: #1C1C1C. Windows color (decimal): -11992530 or 3015241. OLE color: 3015241.

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

Color convert

RGB73246-
CMYK00.970.370.71
HSL322.82º94.67%14.71%-
HSV(B)322.82º97.26%28.63%-
XYZ3.261.662.73-
YUV28.24138.02159.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=60.33%
G=1.65%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7324600.970.370.71322.8294.6714.71
Hex4922E06125471435ff
Octal11125601414510750313717
Binary10010011010111001100001100101100011110100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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