#490D2E

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

Shades of Blackberry #490D2E

Tints of Blackberry #490D2E

Color information

#490D2E (or 0x490D2E) is unknown color: approx Blackberry. HEX triplet: 49, 0D and 2E. RGB value is (73,13,46). Sum of RGB (Red+Green+Blue) = 73+13+46=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #490D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D2E is #B6F2D1. Grayscale: #222222. Windows color (decimal): -11989714 or 3018057. OLE color: 3018057.

HSL color Cylindrical-coordinate representation of color #490D2E: hue angle of 327º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D2E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB731346-
CMYK00.820.370.71
HSL327º69.77%16.86%-
HSV(B)327º82.19%28.63%-
XYZ3.381.92.77-
YUV34.7134.38155.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 13 (5.47% from 255) = 9.85%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=55.30%
G=9.85%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73134600.820.370.7132769.7716.86
Hex49D2E05225471474611
Octal111155601224510750710621
Binary10010011101101110010100101001011000111101000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490D2E; }

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

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

<style>
 a { background-color: #490D2E; }

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

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

<style>
 span { border-color: #490D2E; }

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

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