#49103E

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

Shades of Blackberry #49103E

Tints of Blackberry #49103E

Color information

#49103E (or 0x49103E) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 3E. RGB value is (73,16,62). Sum of RGB (Red+Green+Blue) = 73+16+62=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49103E is #B6EFC1. Grayscale: #262626. Windows color (decimal): -11988930 or 4067401. OLE color: 4067401.

HSL color Cylindrical-coordinate representation of color #49103E: hue angle of 311.58º 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 #49103E is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB731662-
CMYK00.780.150.71
HSL311.58º64.04%17.45%-
HSV(B)311.58º78.08%28.63%-
XYZ3.82.134.77-
YUV38.29141.38152.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=48.34%
G=10.60%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73166200.780.150.71311.5864.0417.45
Hex49103E04EF471384011
Octal111207601161710747010021
Binary1001001100001111100100111011111000111100111000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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