#293431

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

Shades of Woodsmoke #293431

Tints of Woodsmoke #293431

Color information

#293431 (or 0x293431) is unknown color: approx Woodsmoke. HEX triplet: 29, 34 and 31. RGB value is (41,52,49). Sum of RGB (Red+Green+Blue) = 41+52+49=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #293431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293431 is #D6CBCE. Grayscale: #303030. Windows color (decimal): -14076879 or 3224617. OLE color: 3224617.

HSL color Cylindrical-coordinate representation of color #293431: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293431 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB415249-
CMYK0.2100.060.80
HSL163.64º11.83%18.24%-
HSV(B)163.64º21.15%20.39%-
XYZ2.73.153.37-
YUV48.37128.36122.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=28.87%
G=36.62%
B=34.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152490.2100.060.80163.6411.8318.24
Hex293431150650a4c12
Octal51646125061202441422
Binary101001110100110001101010110101000010100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293431; }

 p { color: rgb(41,52,49); }

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

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

 a { background-color: rgb(41,52,49); }

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

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

 span { border-color: rgb(41,52,49); }

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