#491A3A

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

Shades of Blackberry #491A3A

Tints of Blackberry #491A3A

Color information

#491A3A (or 0x491A3A) is unknown color: approx Blackberry. HEX triplet: 49, 1A and 3A. RGB value is (73,26,58). Sum of RGB (Red+Green+Blue) = 73+26+58=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A3A is #B6E5C5. Grayscale: #2B2B2B. Windows color (decimal): -11986374 or 3807817. OLE color: 3807817.

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

Color convert

RGB732658-
CMYK00.640.210.71
HSL319.15º47.47%19.41%-
HSV(B)319.15º64.38%28.63%-
XYZ3.882.464.27-
YUV43.7136.07148.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=46.50%
G=16.56%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73265800.640.210.71319.1547.4719.41
Hex491A3A040154713f2f13
Octal11132720100251074775723
Binary1001001110101110100100000010101100011110011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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