#49103D

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

Shades of Blackberry #49103D

Tints of Blackberry #49103D

Color information

#49103D (or 0x49103D) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 3D. RGB value is (73,16,61). Sum of RGB (Red+Green+Blue) = 73+16+61=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49103D is #B6EFC2. Grayscale: #262626. Windows color (decimal): -11988931 or 4001865. OLE color: 4001865.

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

Color convert

RGB731661-
CMYK00.780.160.71
HSL312.63º64.04%17.45%-
HSV(B)312.63º78.08%28.63%-
XYZ3.782.124.63-
YUV38.17140.88152.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=48.67%
G=10.67%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73166100.780.160.71312.6364.0417.45
Hex49103D04E10471394011
Octal111207501162010747110021
Binary10010011000011110101001110100001000111100111001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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