#49073C

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

Shades of Blackberry #49073C

Tints of Blackberry #49073C

Color information

#49073C (or 0x49073C) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 3C. RGB value is (73,7,60). Sum of RGB (Red+Green+Blue) = 73+7+60=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49073C is #B6F8C3. Grayscale: #202020. Windows color (decimal): -11991236 or 3934025. OLE color: 3934025.

HSL color Cylindrical-coordinate representation of color #49073C: hue angle of 311.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49073C is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB73760-
CMYK00.900.180.71
HSL311.82º82.5%15.69%-
HSV(B)311.82º90.41%28.63%-
XYZ3.641.894.45-
YUV32.78143.37156.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=52.14%
G=5%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7376000.900.180.71311.8282.515.69
Hex4973C05A12471385210
Octal11177401322210747012220
Binary100100111111110001011010100101000111100111000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49073C; }

 p { color: rgb(73,7,60); }

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

<style>
 a { background-color: #49073C; }

 a { background-color: rgb(73,7,60); }

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

<style>
 span { border-color: #49073C; }

 span { border-color: rgb(73,7,60); }

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