#491C3B

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

Shades of Blackberry #491C3B

Tints of Blackberry #491C3B

Color information

#491C3B (or 0x491C3B) is unknown color: approx Blackberry. HEX triplet: 49, 1C and 3B. RGB value is (73,28,59). Sum of RGB (Red+Green+Blue) = 73+28+59=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3B is #B6E3C4. Grayscale: #2C2C2C. Windows color (decimal): -11985861 or 3873865. OLE color: 3873865.

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

Color convert

RGB732859-
CMYK00.620.190.71
HSL318.67º44.55%19.8%-
HSV(B)318.67º61.64%28.63%-
XYZ3.952.564.42-
YUV44.99135.91147.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=45.62%
G=17.5%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73285900.620.190.71318.6744.5519.8
Hex491C3B03E134713f2d14
Octal1113473076231074775524
Binary100100111100111011011111010011100011110011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,59); }

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

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

 a { background-color: rgb(73,28,59); }

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

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

 span { border-color: rgb(73,28,59); }

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