#49042A

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

Shades of Blackberry #49042A

Tints of Blackberry #49042A

Color information

#49042A (or 0x49042A) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 2A. RGB value is (73,4,42). Sum of RGB (Red+Green+Blue) = 73+4+42=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49042A is #B6FBD5. Grayscale: #1C1C1C. Windows color (decimal): -11992022 or 2753609. OLE color: 2753609.

HSL color Cylindrical-coordinate representation of color #49042A: hue angle of 326.96º 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 #49042A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB73442-
CMYK00.950.420.71
HSL326.96º89.61%15.1%-
HSV(B)326.96º94.52%28.63%-
XYZ3.211.672.34-
YUV28.96135.36159.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=61.34%
G=3.36%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7344200.950.420.71326.9689.6115.1
Hex4942A05F2A471475af
Octal11145201375210750713217
Binary100100110010101001011111101010100011110100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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