#49043A

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

Shades of Blackberry #49043A

Tints of Blackberry #49043A

Color information

#49043A (or 0x49043A) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 3A. RGB value is (73,4,58). Sum of RGB (Red+Green+Blue) = 73+4+58=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49043A is #B6FBC5. Grayscale: #1E1E1E. Windows color (decimal): -11992006 or 3802185. OLE color: 3802185.

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

Color convert

RGB73458-
CMYK00.950.210.71
HSL313.04º89.61%15.1%-
HSV(B)313.04º94.52%28.63%-
XYZ3.551.814.16-
YUV30.79143.36158.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=54.07%
G=2.96%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345800.950.210.71313.0489.6115.1
Hex4943A05F15471395af
Octal11147201372510747113217
Binary10010011001110100101111110101100011110011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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