#490529

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

Shades of Blackberry #490529

Tints of Blackberry #490529

Color information

#490529 (or 0x490529) is unknown color: approx Blackberry. HEX triplet: 49, 05 and 29. RGB value is (73,5,41). Sum of RGB (Red+Green+Blue) = 73+5+41=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #490529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490529 is #B6FAD6. Grayscale: #1D1D1D. Windows color (decimal): -11991767 or 2688329. OLE color: 2688329.

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

Color convert

RGB73541-
CMYK00.930.440.71
HSL328.24º87.18%15.29%-
HSV(B)328.24º93.15%28.63%-
XYZ3.21.692.25-
YUV29.44134.53159.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=61.34%
G=4.20%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354100.930.440.71328.2487.1815.29
Hex4952905D2C4714857f
Octal11155101355410751012717
Binary100100110110100101011101101100100011110100100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490529; }

 p { color: rgb(73,5,41); }

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

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

 a { background-color: rgb(73,5,41); }

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

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

 span { border-color: rgb(73,5,41); }

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