#49163D

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

Shades of Blackberry #49163D

Tints of Blackberry #49163D

Color information

#49163D (or 0x49163D) is unknown color: approx Blackberry. HEX triplet: 49, 16 and 3D. RGB value is (73,22,61). Sum of RGB (Red+Green+Blue) = 73+22+61=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49163D is #B6E9C2. Grayscale: #292929. Windows color (decimal): -11987395 or 4003401. OLE color: 4003401.

HSL color Cylindrical-coordinate representation of color #49163D: hue angle of 314.12º 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 #49163D is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB732261-
CMYK00.700.160.71
HSL314.12º53.68%18.63%-
HSV(B)314.12º69.86%28.63%-
XYZ3.882.334.66-
YUV41.7138.9150.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=46.79%
G=14.10%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73226100.700.160.71314.1253.6818.63
Hex49163D046104713a3613
Octal11126750106201074726623
Binary1001001101101111010100011010000100011110011101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49163D; }

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

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

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

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

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

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

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

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