#490721

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

Shades of Blackberry #490721

Tints of Blackberry #490721

Color information

#490721 (or 0x490721) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 21. RGB value is (73,7,33). Sum of RGB (Red+Green+Blue) = 73+7+33=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490721 is #B6F8DE. Grayscale: #1D1D1D. Windows color (decimal): -11991263 or 2164553. OLE color: 2164553.

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

Color convert

RGB73733-
CMYK00.900.550.71
HSL336.36º82.5%15.69%-
HSV(B)336.36º90.41%28.63%-
XYZ3.11.681.6-
YUV29.7129.87158.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=64.60%
G=6.19%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373300.900.550.71336.3682.515.69
Hex4972105A37471505210
Octal11174101326710752012220
Binary1001001111100001010110101101111000111101010000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490721; }

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

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

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

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

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

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

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

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