#490724

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

Shades of Blackberry #490724

Tints of Blackberry #490724

Color information

#490724 (or 0x490724) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 24. RGB value is (73,7,36). Sum of RGB (Red+Green+Blue) = 73+7+36=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490724 is #B6F8DB. Grayscale: #1D1D1D. Windows color (decimal): -11991260 or 2361161. OLE color: 2361161.

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

Color convert

RGB73736-
CMYK00.900.510.71
HSL333.64º82.5%15.69%-
HSV(B)333.64º90.41%28.63%-
XYZ3.141.71.83-
YUV30.04131.37158.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=62.93%
G=6.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373600.900.510.71333.6482.515.69
Hex4972405A334714e5210
Octal11174401326310751612220
Binary1001001111100100010110101100111000111101001110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490724; }

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

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

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

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

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

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

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

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