#491C3A

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

Shades of Blackberry #491C3A

Tints of Blackberry #491C3A

Color information

#491C3A (or 0x491C3A) is unknown color: approx Blackberry. HEX triplet: 49, 1C and 3A. RGB value is (73,28,58). Sum of RGB (Red+Green+Blue) = 73+28+58=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3A is #B6E3C5. Grayscale: #2C2C2C. Windows color (decimal): -11985862 or 3808329. OLE color: 3808329.

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

Color convert

RGB732858-
CMYK00.620.210.71
HSL320º44.55%19.8%-
HSV(B)320º61.64%28.63%-
XYZ3.932.554.29-
YUV44.88135.41148.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=45.91%
G=17.61%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73285800.620.210.7132044.5519.8
Hex491C3A03E15471402d14
Octal1113472076251075005524
Binary100100111100111010011111010101100011110100000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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