#491D35

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

Shades of Blackberry #491D35

Tints of Blackberry #491D35

Color information

#491D35 (or 0x491D35) is unknown color: approx Blackberry. HEX triplet: 49, 1D and 35. RGB value is (73,29,53). Sum of RGB (Red+Green+Blue) = 73+29+53=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D35 is #B6E2CA. Grayscale: #2C2C2C. Windows color (decimal): -11985611 or 3480905. OLE color: 3480905.

HSL color Cylindrical-coordinate representation of color #491D35: hue angle of 327.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D35 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB732953-
CMYK00.600.270.71
HSL327.27º43.14%20%-
HSV(B)327.27º60.27%28.63%-
XYZ3.832.553.66-
YUV44.89132.58148.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=47.10%
G=18.71%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73295300.600.270.71327.2743.1420
Hex491D3503C1B471472b14
Octal1113565074331075075324
Binary100100111101110101011110011011100011110100011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D35; }

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

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

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

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

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

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

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

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