#49113A

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

Shades of Blackberry #49113A

Tints of Blackberry #49113A

Color information

#49113A (or 0x49113A) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 3A. RGB value is (73,17,58). Sum of RGB (Red+Green+Blue) = 73+17+58=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113A is #B6EEC5. Grayscale: #262626. Windows color (decimal): -11988678 or 3805513. OLE color: 3805513.

HSL color Cylindrical-coordinate representation of color #49113A: hue angle of 316.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49113A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB731758-
CMYK00.770.210.71
HSL316.07º62.22%17.65%-
HSV(B)316.07º76.71%28.63%-
XYZ3.712.124.22-
YUV38.42139.05152.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=49.32%
G=11.49%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73175800.770.210.71316.0762.2217.65
Hex49113A04D154713c3e12
Octal11121720115251074747622
Binary1001001100011110100100110110101100011110011110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49113A; }

 p { color: rgb(73,17,58); }

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

<style>
 a { background-color: #49113A; }

 a { background-color: rgb(73,17,58); }

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

<style>
 span { border-color: #49113A; }

 span { border-color: rgb(73,17,58); }

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