#492035

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

Shades of Blackberry #492035

Tints of Blackberry #492035

Color information

#492035 (or 0x492035) is unknown color: approx Blackberry. HEX triplet: 49, 20 and 35. RGB value is (73,32,53). Sum of RGB (Red+Green+Blue) = 73+32+53=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492035 is #B6DFCA. Grayscale: #2E2E2E. Windows color (decimal): -11984843 or 3481673. OLE color: 3481673.

HSL color Cylindrical-coordinate representation of color #492035: hue angle of 329.27º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492035 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB733253-
CMYK00.560.270.71
HSL329.27º39.05%20.59%-
HSV(B)329.27º56.16%28.63%-
XYZ3.912.713.68-
YUV46.65131.58146.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=46.20%
G=20.25%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73325300.560.270.71329.2739.0520.59
Hex4920350381B471492715
Octal1114065070331075114725
Binary1001001100000110101011100011011100011110100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492035; }

 p { color: rgb(73,32,53); }

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

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

 a { background-color: rgb(73,32,53); }

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

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

 span { border-color: rgb(73,32,53); }

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