#492932

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

Shades of Black Rose #492932

Tints of Black Rose #492932

Color information

#492932 (or 0x492932) is unknown color: approx Black Rose. HEX triplet: 49, 29 and 32. RGB value is (73,41,50). Sum of RGB (Red+Green+Blue) = 73+41+50=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492932 is #B6D6CD. Grayscale: #333333. Windows color (decimal): -11982542 or 3287369. OLE color: 3287369.

HSL color Cylindrical-coordinate representation of color #492932: hue angle of 343.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492932 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB734150-
CMYK00.440.320.71
HSL343.12º28.07%22.35%-
HSV(B)343.12º43.84%28.63%-
XYZ4.123.233.42-
YUV51.59127.1143.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=44.51%
G=25%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73415000.440.320.71343.1228.0722.35
Hex49293202C20471571c16
Octal1115162054401075273426
Binary1001001101001110010010110010000010001111010101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492932; }

 p { color: rgb(73,41,50); }

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

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

 a { background-color: rgb(73,41,50); }

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

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

 span { border-color: rgb(73,41,50); }

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