#490322

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

Shades of Blackberry #490322

Tints of Blackberry #490322

Color information

#490322 (or 0x490322) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 22. RGB value is (73,3,34). Sum of RGB (Red+Green+Blue) = 73+3+34=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #490322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490322 is #B6FCDD. Grayscale: #1B1B1B. Windows color (decimal): -11992286 or 2229065. OLE color: 2229065.

HSL color Cylindrical-coordinate representation of color #490322: hue angle of 333.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490322 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB73334-
CMYK00.960.530.71
HSL333.43º92.11%14.9%-
HSV(B)333.43º95.89%28.63%-
XYZ3.071.61.66-
YUV27.46131.69160.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=66.36%
G=2.73%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7333400.960.530.71333.4392.1114.9
Hex49322060354714d5cf
Octal11134201406510751513417
Binary10010011110001001100000110101100011110100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490322; }

 p { color: rgb(73,3,34); }

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

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

 a { background-color: rgb(73,3,34); }

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

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

 span { border-color: rgb(73,3,34); }

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