#490720

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

Shades of Blackberry #490720

Tints of Blackberry #490720

Color information

#490720 (or 0x490720) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 20. RGB value is (73,7,32). Sum of RGB (Red+Green+Blue) = 73+7+32=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490720 is #B6F8DF. Grayscale: #1D1D1D. Windows color (decimal): -11991264 or 2099017. OLE color: 2099017.

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

Color convert

RGB73732-
CMYK00.900.560.71
HSL337.27º82.5%15.69%-
HSV(B)337.27º90.41%28.63%-
XYZ3.081.671.53-
YUV29.58129.37158.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=65.18%
G=6.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373200.900.560.71337.2782.515.69
Hex4972005A38471515210
Octal11174001327010752112220
Binary1001001111100000010110101110001000111101010001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490720; }

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

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

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

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

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

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

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

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