#23352F

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

Shades of Woodsmoke #23352F

Tints of Woodsmoke #23352F

Color information

#23352F (or 0x23352F) is unknown color: approx Woodsmoke. HEX triplet: 23, 35 and 2F. RGB value is (35,53,47). Sum of RGB (Red+Green+Blue) = 35+53+47=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #23352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23352F is #DCCAD0. Grayscale: #2E2E2E. Windows color (decimal): -14469841 or 3093795. OLE color: 3093795.

HSL color Cylindrical-coordinate representation of color #23352F: hue angle of 160º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #23352F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB355347-
CMYK0.3400.110.79
HSL160º20.45%17.25%-
HSV(B)160º33.96%20.78%-
XYZ2.483.113.16-
YUV46.93128.04119.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.93%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=25.93%
G=39.26%
B=34.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3553470.3400.110.7916020.4517.25
Hex23352F220B4Fa01411
Octal436557420131172402421
Binary100011110101101111100010010111001111101000001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23352F; }

 p { color: rgb(35,53,47); }

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

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

 a { background-color: rgb(35,53,47); }

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

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

 span { border-color: rgb(35,53,47); }

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