#490728

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

Shades of Blackberry #490728

Tints of Blackberry #490728

Color information

#490728 (or 0x490728) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 28. RGB value is (73,7,40). Sum of RGB (Red+Green+Blue) = 73+7+40=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #490728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490728 is #B6F8D7. Grayscale: #1E1E1E. Windows color (decimal): -11991256 or 2623305. OLE color: 2623305.

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

Color convert

RGB73740-
CMYK00.900.450.71
HSL330º82.5%15.69%-
HSV(B)330º90.41%28.63%-
XYZ3.211.722.17-
YUV30.5133.37158.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=60.83%
G=5.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374000.900.450.7133082.515.69
Hex4972805A2D4714a5210
Octal11175001325510751212220
Binary1001001111101000010110101011011000111101001010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490728; }

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

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

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

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

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

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

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

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