#49072F

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

Shades of Blackberry #49072F

Tints of Blackberry #49072F

Color information

#49072F (or 0x49072F) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 2F. RGB value is (73,7,47). Sum of RGB (Red+Green+Blue) = 73+7+47=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49072F is #B6F8D0. Grayscale: #1F1F1F. Windows color (decimal): -11991249 or 3082057. OLE color: 3082057.

HSL color Cylindrical-coordinate representation of color #49072F: hue angle of 323.64º 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 #49072F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB73747-
CMYK00.900.360.71
HSL323.64º82.5%15.69%-
HSV(B)323.64º90.41%28.63%-
XYZ3.341.772.86-
YUV31.29136.87157.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=57.48%
G=5.51%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374700.900.360.71323.6482.515.69
Hex4972F05A24471445210
Octal11175701324410750412220
Binary1001001111101111010110101001001000111101000100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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