#490324

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

Shades of Blackberry #490324

Tints of Blackberry #490324

Color information

#490324 (or 0x490324) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 24. RGB value is (73,3,36). Sum of RGB (Red+Green+Blue) = 73+3+36=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490324 is #B6FCDB. Grayscale: #1B1B1B. Windows color (decimal): -11992284 or 2360137. OLE color: 2360137.

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

Color convert

RGB73336-
CMYK00.960.510.71
HSL331.71º92.11%14.9%-
HSV(B)331.71º95.89%28.63%-
XYZ3.11.611.82-
YUV27.69132.69160.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=65.18%
G=2.68%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7333600.960.510.71331.7192.1114.9
Hex49324060334714c5cf
Octal11134401406310751413417
Binary10010011110010001100000110011100011110100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490324; }

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

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

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

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

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

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

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

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