#49103F

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

Shades of Blackberry #49103F

Tints of Blackberry #49103F

Color information

#49103F (or 0x49103F) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 3F. RGB value is (73,16,63). Sum of RGB (Red+Green+Blue) = 73+16+63=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49103F is #B6EFC0. Grayscale: #262626. Windows color (decimal): -11988929 or 4132937. OLE color: 4132937.

HSL color Cylindrical-coordinate representation of color #49103F: hue angle of 310.53º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49103F is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB731663-
CMYK00.780.140.71
HSL310.53º64.04%17.45%-
HSV(B)310.53º78.08%28.63%-
XYZ3.832.154.91-
YUV38.4141.88152.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 63 (25% from 255) = 41.45%
R=48.03%
G=10.53%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73166300.780.140.71310.5364.0417.45
Hex49103F04EE471374011
Octal111207701161610746710021
Binary1001001100001111110100111011101000111100110111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49103F; }

 p { color: rgb(73,16,63); }

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

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

 a { background-color: rgb(73,16,63); }

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

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

 span { border-color: rgb(73,16,63); }

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