#231C1A

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

Shades of Wood Bark #231C1A

Tints of Wood Bark #231C1A

Color information

#231C1A (or 0x231C1A) is unknown color: approx Wood Bark. HEX triplet: 23, 1C and 1A. RGB value is (35,28,26). Sum of RGB (Red+Green+Blue) = 35+28+26=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1A is #DCE3E5. Grayscale: #1D1D1D. Windows color (decimal): -14476262 or 1711139. OLE color: 1711139.

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

Color convert

RGB352826-
CMYK00.200.260.86
HSL13.33º14.75%11.96%-
HSV(B)13.33º25.71%13.73%-
XYZ1.291.261.15-
YUV29.86125.82131.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=39.33%
G=31.46%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35282600.200.260.8613.3314.7511.96
Hex231C1A0141A56dfc
Octal43343202432126151714
Binary1000111110011010010100110101010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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