#491E3C

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

Shades of Blackberry #491E3C

Tints of Blackberry #491E3C

Color information

#491E3C (or 0x491E3C) is unknown color: approx Blackberry. HEX triplet: 49, 1E and 3C. RGB value is (73,30,60). Sum of RGB (Red+Green+Blue) = 73+30+60=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E3C is #B6E1C3. Grayscale: #2E2E2E. Windows color (decimal): -11985348 or 3939913. OLE color: 3939913.

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

Color convert

RGB733060-
CMYK00.590.180.71
HSL318.14º41.75%20.2%-
HSV(B)318.14º58.9%28.63%-
XYZ4.032.674.58-
YUV46.28135.75147.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=44.79%
G=18.40%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73306000.590.180.71318.1441.7520.2
Hex491E3C03B124713e2a14
Octal1113674073221074765224
Binary100100111110111100011101110010100011110011111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,30,60); }

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

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

 a { background-color: rgb(73,30,60); }

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

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

 span { border-color: rgb(73,30,60); }

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