#491B37

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

Shades of Blackberry #491B37

Tints of Blackberry #491B37

Color information

#491B37 (or 0x491B37) is unknown color: approx Blackberry. HEX triplet: 49, 1B and 37. RGB value is (73,27,55). Sum of RGB (Red+Green+Blue) = 73+27+55=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B37 is #B6E4C8. Grayscale: #2B2B2B. Windows color (decimal): -11986121 or 3611465. OLE color: 3611465.

HSL color Cylindrical-coordinate representation of color #491B37: hue angle of 323.48º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B37 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB732755-
CMYK00.630.250.71
HSL323.48º46%19.61%-
HSV(B)323.48º63.01%28.63%-
XYZ3.832.483.89-
YUV43.95134.24148.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=47.10%
G=17.42%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73275500.630.250.71323.484619.61
Hex491B3703F19471432e14
Octal1113367077311075035624
Binary100100111011110111011111111001100011110100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,27,55); }

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

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

 a { background-color: rgb(73,27,55); }

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

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

 span { border-color: rgb(73,27,55); }

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