#49193A

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

Shades of Blackberry #49193A

Tints of Blackberry #49193A

Color information

#49193A (or 0x49193A) is unknown color: approx Blackberry. HEX triplet: 49, 19 and 3A. RGB value is (73,25,58). Sum of RGB (Red+Green+Blue) = 73+25+58=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49193A is #B6E6C5. Grayscale: #2B2B2B. Windows color (decimal): -11986630 or 3807561. OLE color: 3807561.

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

Color convert

RGB732558-
CMYK00.660.210.71
HSL318.75º48.98%19.22%-
HSV(B)318.75º65.75%28.63%-
XYZ3.862.424.27-
YUV43.11136.4149.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=46.79%
G=16.03%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73255800.660.210.71318.7548.9819.22
Hex49193A042154713f3113
Octal11131720102251074776123
Binary1001001110011110100100001010101100011110011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49193A; }

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

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

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

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

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

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

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

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