#231C19

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

Shades of Wood Bark #231C19

Tints of Wood Bark #231C19

Color information

#231C19 (or 0x231C19) is unknown color: approx Wood Bark. HEX triplet: 23, 1C and 19. RGB value is (35,28,25). Sum of RGB (Red+Green+Blue) = 35+28+25=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C19 is #DCE3E6. Grayscale: #1D1D1D. Windows color (decimal): -14476263 or 1645603. OLE color: 1645603.

HSL color Cylindrical-coordinate representation of color #231C19: hue angle of 18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #231C19 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB352825-
CMYK00.200.290.86
HSL18º16.67%11.76%-
HSV(B)18º28.57%13.73%-
XYZ1.281.261.09-
YUV29.75125.32131.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=39.77%
G=31.82%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35282500.200.290.861816.6711.76
Hex231C190141D561211c
Octal43343102435126222114
Binary100011111001100101010011101101011010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,25); }

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

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

 a { background-color: rgb(35,28,25); }

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

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

 span { border-color: rgb(35,28,25); }

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