#491D31

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

Shades of Blackberry #491D31

Tints of Blackberry #491D31

Color information

#491D31 (or 0x491D31) is unknown color: approx Blackberry. HEX triplet: 49, 1D and 31. RGB value is (73,29,49). Sum of RGB (Red+Green+Blue) = 73+29+49=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D31 is #B6E2CE. Grayscale: #2C2C2C. Windows color (decimal): -11985615 or 3218761. OLE color: 3218761.

HSL color Cylindrical-coordinate representation of color #491D31: hue angle of 332.73º 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 #491D31 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB732949-
CMYK00.600.330.71
HSL332.73º43.14%20%-
HSV(B)332.73º60.27%28.63%-
XYZ3.742.523.19-
YUV44.44130.58148.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=48.34%
G=19.21%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73294900.600.330.71332.7343.1420
Hex491D3103C214714d2b14
Octal1113561074411075155324
Binary1001001111011100010111100100001100011110100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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