#491634

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

Shades of Blackberry #491634

Tints of Blackberry #491634

Color information

#491634 (or 0x491634) is unknown color: approx Blackberry. HEX triplet: 49, 16 and 34. RGB value is (73,22,52). Sum of RGB (Red+Green+Blue) = 73+22+52=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491634 is #B6E9CB. Grayscale: #282828. Windows color (decimal): -11987404 or 3413577. OLE color: 3413577.

HSL color Cylindrical-coordinate representation of color #491634: hue angle of 324.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491634 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB732252-
CMYK00.700.290.71
HSL324.71º53.68%18.63%-
HSV(B)324.71º69.86%28.63%-
XYZ3.652.243.49-
YUV40.67134.4151.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=49.66%
G=14.97%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73225200.700.290.71324.7153.6818.63
Hex4916340461D471453613
Octal11126640106351075056623
Binary1001001101101101000100011011101100011110100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491634; }

 p { color: rgb(73,22,52); }

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

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

 a { background-color: rgb(73,22,52); }

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

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

 span { border-color: rgb(73,22,52); }

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