Html Css Color HEX #291B13 Wood Bark

📋 copy color: '#291B13'

red 41 ◦ green 27 ◦ blue 19

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

Shades of Wood Bark #291B13

Tints of Wood Bark #291B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.03%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 47.13%
G = 31.03%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291B13 (or 0x291B13) is known color: Wood Bark. HEX triplet: 29, 1B and 13. RGB value is (41,27,19). Sum of RGB (Red+Green+Blue) = 41+27+19=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B13 is #D6E4EC. Grayscale: #1E1E1E. Windows color (decimal): -14083309 or 1252137. OLE color: 1252137.

HSL color Cylindrical-coordinate representation of color #291B13: hue angle of 21.82º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291B13 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 27 19 -
CMYK 0 0.34 0.54 0.84
HSL 21.82º 0.37% 0.12% -
HSV(B) 21.82º 0.54% 0.16% -
XYZ 1.42 1.3 0.79 -
YUV 30.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 41 27 19 0 0.34 0.54 0.84 21.82 0.37 0.12
Hex 29 1B 13 0 22 36 54 16 25 C
Octal 51 33 23 0 42 66 124 26 45 14
Binary 101001 11011 10011 0 100010 110110 1010100 10110 100101 1100

Color Harmonies of #291B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B13

Black with #291B13

Text Example


Text Example

White with #291B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291B13; }

 p { color: rgb(41,27,19); }

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

background-color css

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

 a { background-color: rgb(41,27,19); }

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

border-color css

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

 span { border-color: rgb(41,27,19); }

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