Html Css Color HEX #292321 Wood Bark

📋 copy color: '#292321'

red 41 ◦ green 35 ◦ blue 33

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

Shades of Wood Bark #292321

Tints of Wood Bark #292321

RGB

 RED value IS 41 (16.41% from 255) = 37.61%

 GREEN value IS 35 (14.06% from 255) = 32.11%

 BLUE value IS 33 (13.28% from 255) = 30.28%

R = 37.61%
G = 32.11%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#292321 (or 0x292321) is known color: Wood Bark. HEX triplet: 29, 23 and 21. RGB value is (41,35,33). Sum of RGB (Red+Green+Blue) = 41+35+33=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #292321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292321 is #D6DCDE. Grayscale: #242424. Windows color (decimal): -14081247 or 2171689. OLE color: 2171689.

HSL color Cylindrical-coordinate representation of color #292321: hue angle of 15º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292321 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 35 33 -
CMYK 0 0.15 0.20 0.84
HSL 15º 0.11% 0.15% -
HSV(B) 15º 0.2% 0.16% -
XYZ 1.79 1.78 1.69 -
YUV 36.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 41 35 33 0 0.15 0.20 0.84 15 0.11 0.15
Hex 29 23 21 0 F 14 54 F B F
Octal 51 43 41 0 17 24 124 17 13 17
Binary 101001 100011 100001 0 1111 10100 1010100 1111 1011 1111

Color Harmonies of #292321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292321

Black with #292321

Text Example


Text Example

White with #292321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292321; }

 p { color: rgb(41,35,33); }

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

background-color css

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

 a { background-color: rgb(41,35,33); }

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

border-color css

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

 span { border-color: rgb(41,35,33); }

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