Html Css Color HEX #231A17 Wood Bark

📋 copy color: '#231A17'

red 35 ◦ green 26 ◦ blue 23

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

Shades of Wood Bark #231A17

Tints of Wood Bark #231A17

RGB

 RED value IS 35 (14.06% from 255) = 41.67%

 GREEN value IS 26 (10.55% from 255) = 30.95%

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 41.67%
G = 30.95%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#231A17 (or 0x231A17) is known color: Wood Bark. HEX triplet: 23, 1A and 17. RGB value is (35,26,23). Sum of RGB (Red+Green+Blue) = 35+26+23=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A17 is #DCE5E8. Grayscale: #1C1C1C. Windows color (decimal): -14476777 or 1514019. OLE color: 1514019.

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

Color convert

RGB 35 26 23 -
CMYK 0 0.26 0.34 0.86
HSL 15º 0.21% 0.11% -
HSV(B) 15º 0.34% 0.14% -
XYZ 1.22 1.16 0.97 -
YUV 28.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 35 26 23 0 0.26 0.34 0.86 15 0.21 0.11
Hex 23 1A 17 0 1A 22 56 F 15 B
Octal 43 32 27 0 32 42 126 17 25 13
Binary 100011 11010 10111 0 11010 100010 1010110 1111 10101 1011

Color Harmonies of #231A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A17

Black with #231A17

Text Example


Text Example

White with #231A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #231A17;
 }
 .AnyTagClassName
 {
   color: #231A17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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