#231F1E

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

Shades of Wood Bark #231F1E

Tints of Wood Bark #231F1E

Color information

#231F1E (or 0x231F1E) is unknown color: approx Wood Bark. HEX triplet: 23, 1F and 1E. RGB value is (35,31,30). Sum of RGB (Red+Green+Blue) = 35+31+30=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #231F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F1E is #DCE0E1. Grayscale: #202020. Windows color (decimal): -14475490 or 1974051. OLE color: 1974051.

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

Color convert

RGB353130-
CMYK00.110.140.86
HSL12º7.69%12.75%-
HSV(B)12º14.29%13.73%-
XYZ1.421.431.43-
YUV32.08126.83130.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=36.46%
G=32.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35313000.110.140.86127.6912.75
Hex231F1E0BE56c8d
Octal43373601316126141015
Binary10001111111111100101111101010110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,30); }

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

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

 a { background-color: rgb(35,31,30); }

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

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

 span { border-color: rgb(35,31,30); }

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