#490723

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

Shades of Blackberry #490723

Tints of Blackberry #490723

Color information

#490723 (or 0x490723) is unknown color: approx Blackberry. HEX triplet: 49, 07 and 23. RGB value is (73,7,35). Sum of RGB (Red+Green+Blue) = 73+7+35=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490723 is #B6F8DC. Grayscale: #1D1D1D. Windows color (decimal): -11991261 or 2295625. OLE color: 2295625.

HSL color Cylindrical-coordinate representation of color #490723: hue angle of 334.55º 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 #490723 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB73735-
CMYK00.900.520.71
HSL334.55º82.5%15.69%-
HSV(B)334.55º90.41%28.63%-
XYZ3.131.691.75-
YUV29.93130.87158.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=63.48%
G=6.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7373500.900.520.71334.5582.515.69
Hex4972305A344714f5210
Octal11174301326410751712220
Binary1001001111100011010110101101001000111101001111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490723; }

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

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

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

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

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

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

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

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