Html Css Color HEX #291B15 Wood Bark

📋 copy color: '#291B15'

red 41 ◦ green 27 ◦ blue 21

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

Shades of Wood Bark #291B15

Tints of Wood Bark #291B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 46.07%
G = 30.34%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#291B15 (or 0x291B15) is known color: Wood Bark. HEX triplet: 29, 1B and 15. RGB value is (41,27,21). Sum of RGB (Red+Green+Blue) = 41+27+21=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #291B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B15 is #D6E4EA. Grayscale: #1E1E1E. Windows color (decimal): -14083307 or 1383209. OLE color: 1383209.

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

Color convert

RGB 41 27 21 -
CMYK 0 0.34 0.49 0.84
HSL 18º 0.32% 0.12% -
HSV(B) 18º 0.49% 0.16% -
XYZ 1.44 1.31 0.89 -
YUV 30.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 41 27 21 0 0.34 0.49 0.84 18 0.32 0.12
Hex 29 1B 15 0 22 31 54 12 20 C
Octal 51 33 25 0 42 61 124 22 40 14
Binary 101001 11011 10101 0 100010 110001 1010100 10010 100000 1100

Color Harmonies of #291B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B15

Black with #291B15

Text Example


Text Example

White with #291B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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