#490E2F

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

Shades of Blackberry #490E2F

Tints of Blackberry #490E2F

Color information

#490E2F (or 0x490E2F) is unknown color: approx Blackberry. HEX triplet: 49, 0E and 2F. RGB value is (73,14,47). Sum of RGB (Red+Green+Blue) = 73+14+47=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E2F is #B6F1D0. Grayscale: #232323. Windows color (decimal): -11989457 or 3083849. OLE color: 3083849.

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

Color convert

RGB731447-
CMYK00.810.360.71
HSL326.44º67.82%17.06%-
HSV(B)326.44º80.82%28.63%-
XYZ3.421.942.88-
YUV35.4134.55154.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=54.48%
G=10.45%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73144700.810.360.71326.4467.8217.06
Hex49E2F05124471464411
Octal111165701214410750610421
Binary10010011110101111010100011001001000111101000110100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,14,47); }

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

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

 a { background-color: rgb(73,14,47); }

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

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

 span { border-color: rgb(73,14,47); }

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