Html Css Color HEX #231C1A Wood Bark

📋 copy color: '#231C1A'

red 35 ◦ green 28 ◦ blue 26

#231C1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #231C1A

Tints of Wood Bark #231C1A

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 value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#231C1A (or 0x231C1A) is known color: 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

RGB 35 28 26 -
CMYK 0 0.20 0.26 0.86
HSL 13.33º 0.15% 0.12% -
HSV(B) 13.33º 0.26% 0.14% -
XYZ 1.29 1.26 1.15 -
YUV 29.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 35 28 26 0 0.20 0.26 0.86 13.33 0.15 0.12
Hex 23 1C 1A 0 14 1A 56 D F C
Octal 43 34 32 0 24 32 126 15 17 14
Binary 100011 11100 11010 0 10100 11010 1010110 1101 1111 1100

Color Harmonies of #231C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C1A

Black with #231C1A

Text Example


Text Example

White with #231C1A

Text Example


Text Example

HTML Codes & Css Web 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>