Html Css Color HEX #293531 Woodsmoke

📋 copy color: '#293531'

red 41 ◦ green 53 ◦ blue 49

#293531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #293531

Tints of Woodsmoke #293531

RGB

 RED value IS 41 (16.41% from 255) = 28.67%

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 28.67%
G = 37.06%
B = 34.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#293531 (or 0x293531) is known color: Woodsmoke. HEX triplet: 29, 35 and 31. RGB value is (41,53,49). Sum of RGB (Red+Green+Blue) = 41+53+49=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #293531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293531 is #D6CACE. Grayscale: #303030. Windows color (decimal): -14076623 or 3224873. OLE color: 3224873.

HSL color Cylindrical-coordinate representation of color #293531: hue angle of 160º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293531 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 49 -
CMYK 0.23 0 0.08 0.79
HSL 160º 0.13% 0.18% -
HSV(B) 160º 0.23% 0.21% -
XYZ 2.74 3.24 3.39 -
YUV 48.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 41 53 49 0.23 0 0.08 0.79 160 0.13 0.18
Hex 29 35 31 17 0 8 4F A0 D 12
Octal 51 65 61 27 0 10 117 240 15 22
Binary 101001 110101 110001 10111 0 1000 1001111 10100000 1101 10010

Color Harmonies of #293531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293531

Black with #293531

Text Example


Text Example

White with #293531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293531; }

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

 H1.HeaderClassName
 {
   color: #293531;
 }
 .AnyTagClassName
 {
   color: #293531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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