#491B2F

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

Shades of Blackberry #491B2F

Tints of Blackberry #491B2F

Color information

#491B2F (or 0x491B2F) is unknown color: approx Blackberry. HEX triplet: 49, 1B and 2F. RGB value is (73,27,47). Sum of RGB (Red+Green+Blue) = 73+27+47=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2F is #B6E4D0. Grayscale: #2B2B2B. Windows color (decimal): -11986129 or 3087177. OLE color: 3087177.

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

Color convert

RGB732747-
CMYK00.630.360.71
HSL333.91º46%19.61%-
HSV(B)333.91º63.01%28.63%-
XYZ3.652.412.96-
YUV43.03130.24149.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=49.66%
G=18.37%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73274700.630.360.71333.914619.61
Hex491B2F03F244714e2e14
Octal1113357077441075165624
Binary1001001110111011110111111100100100011110100111010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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