#49102F

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

Shades of Blackberry #49102F

Tints of Blackberry #49102F

Color information

#49102F (or 0x49102F) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 2F. RGB value is (73,16,47). Sum of RGB (Red+Green+Blue) = 73+16+47=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49102F is #B6EFD0. Grayscale: #242424. Windows color (decimal): -11988945 or 3084361. OLE color: 3084361.

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

Color convert

RGB731647-
CMYK00.780.360.71
HSL327.37º64.04%17.45%-
HSV(B)327.37º78.08%28.63%-
XYZ3.451.992.89-
YUV36.58133.88153.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=53.68%
G=11.76%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73164700.780.360.71327.3764.0417.45
Hex49102F04E24471474011
Octal111205701164410750710021
Binary100100110000101111010011101001001000111101000111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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