#492038

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

Shades of Blackberry #492038

Tints of Blackberry #492038

Color information

#492038 (or 0x492038) is unknown color: approx Blackberry. HEX triplet: 49, 20 and 38. RGB value is (73,32,56). Sum of RGB (Red+Green+Blue) = 73+32+56=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #492038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492038 is #B6DFC7. Grayscale: #2E2E2E. Windows color (decimal): -11984840 or 3678281. OLE color: 3678281.

HSL color Cylindrical-coordinate representation of color #492038: hue angle of 324.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492038 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB733256-
CMYK00.560.230.71
HSL324.88º39.05%20.59%-
HSV(B)324.88º56.16%28.63%-
XYZ3.982.744.06-
YUV47133.08146.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=45.34%
G=19.88%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73325600.560.230.71324.8839.0520.59
Hex49203803817471452715
Octal1114070070271075054725
Binary1001001100000111000011100010111100011110100010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492038; }

 p { color: rgb(73,32,56); }

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

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

 a { background-color: rgb(73,32,56); }

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

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

 span { border-color: rgb(73,32,56); }

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