#231D1B

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

Shades of Wood Bark #231D1B

Tints of Wood Bark #231D1B

Color information

#231D1B (or 0x231D1B) is unknown color: approx Wood Bark. HEX triplet: 23, 1D and 1B. RGB value is (35,29,27). Sum of RGB (Red+Green+Blue) = 35+29+27=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1B is #DCE2E4. Grayscale: #1E1E1E. Windows color (decimal): -14476005 or 1776931. OLE color: 1776931.

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

Color convert

RGB352927-
CMYK00.170.230.86
HSL15º12.9%12.16%-
HSV(B)15º22.86%13.73%-
XYZ1.331.321.22-
YUV30.57125.99131.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=38.46%
G=31.87%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35292700.170.230.861512.912.16
Hex231D1B0111756fdc
Octal43353302127126171514
Binary1000111110111011010001101111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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