#231B19

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

Shades of Wood Bark #231B19

Tints of Wood Bark #231B19

Color information

#231B19 (or 0x231B19) is unknown color: approx Wood Bark. HEX triplet: 23, 1B and 19. RGB value is (35,27,25). Sum of RGB (Red+Green+Blue) = 35+27+25=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B19 is #DCE4E6. Grayscale: #1D1D1D. Windows color (decimal): -14476519 or 1645347. OLE color: 1645347.

HSL color Cylindrical-coordinate representation of color #231B19: hue angle of 12º 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 #231B19 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB352725-
CMYK00.230.290.86
HSL12º16.67%11.76%-
HSV(B)12º28.57%13.73%-
XYZ1.261.211.09-
YUV29.16125.65132.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=40.23%
G=31.03%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272500.230.290.861216.6711.76
Hex231B190171D56c11c
Octal43333102735126142114
Binary10001111011110010101111110110101101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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