#49072E

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

Shades of Blackberry #49072E

Tints of Blackberry #49072E

Color information

#49072E (or 0x49072E) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 2E. RGB value is (73,7,46). Sum of RGB (Red+Green+Blue) = 73+7+46=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49072E is #B6F8D1. Grayscale: #1F1F1F. Windows color (decimal): -11991250 or 3016521. OLE color: 3016521.

HSL color Cylindrical-coordinate representation of color #49072E: hue angle of 324.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49072E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB73746-
CMYK00.900.370.71
HSL324.55º82.5%15.69%-
HSV(B)324.55º90.41%28.63%-
XYZ3.321.772.75-
YUV31.18136.37157.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=57.94%
G=5.56%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374600.900.370.71324.5582.515.69
Hex4972E05A25471455210
Octal11175601324510750512220
Binary1001001111101110010110101001011000111101000101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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