#231A17

Color #231A17 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #231A17

Tints of Wood Bark #231A17

Color information

#231A17 (or 0x231A17) is unknown color: approx Wood Bark. HEX triplet: 23, 1A and 17. RGB value is (35,26,23). Sum of RGB (Red+Green+Blue) = 35+26+23=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A17 is #DCE5E8. Grayscale: #1C1C1C. Windows color (decimal): -14476777 or 1514019. OLE color: 1514019.

HSL color Cylindrical-coordinate representation of color #231A17: hue angle of 15º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231A17 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB352623-
CMYK00.260.340.86
HSL15º20.69%11.37%-
HSV(B)15º34.29%13.73%-
XYZ1.221.160.97-
YUV28.35124.98132.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=41.67%
G=30.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262300.260.340.861520.6911.37
Hex231A1701A2256f15b
Octal43322703242126172513
Binary100011110101011101101010001010101101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A17; }

 p { color: rgb(35,26,23); }

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

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

 a { background-color: rgb(35,26,23); }

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

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

 span { border-color: rgb(35,26,23); }

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