#491B3A

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

Shades of Blackberry #491B3A

Tints of Blackberry #491B3A

Color information

#491B3A (or 0x491B3A) is unknown color: approx Blackberry. HEX triplet: 49, 1B and 3A. RGB value is (73,27,58). Sum of RGB (Red+Green+Blue) = 73+27+58=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B3A is #B6E4C5. Grayscale: #2C2C2C. Windows color (decimal): -11986118 or 3808073. OLE color: 3808073.

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

Color convert

RGB732758-
CMYK00.630.210.71
HSL319.57º46%19.61%-
HSV(B)319.57º63.01%28.63%-
XYZ3.92.514.28-
YUV44.29135.74148.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=46.20%
G=17.09%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73275800.630.210.71319.574619.61
Hex491B3A03F15471402e14
Octal1113372077251075005624
Binary100100111011111010011111110101100011110100000010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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