#49102E

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

Shades of Blackberry #49102E

Tints of Blackberry #49102E

Color information

#49102E (or 0x49102E) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 2E. RGB value is (73,16,46). Sum of RGB (Red+Green+Blue) = 73+16+46=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49102E is #B6EFD1. Grayscale: #242424. Windows color (decimal): -11988946 or 3018825. OLE color: 3018825.

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

Color convert

RGB731646-
CMYK00.780.370.71
HSL328.42º64.04%17.45%-
HSV(B)328.42º78.08%28.63%-
XYZ3.431.982.79-
YUV36.46133.38154.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=54.07%
G=11.85%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73164600.780.370.71328.4264.0417.45
Hex49102E04E25471484011
Octal111205601164510751010021
Binary100100110000101110010011101001011000111101001000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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