Html Css Color HEX #29341F Black Forest

📋 copy color: '#29341F'

red 41 ◦ green 52 ◦ blue 31

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

Shades of Black Forest #29341F

Tints of Black Forest #29341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

 BLUE value IS 31 (12.5% from 255) = 25%

R = 33.06%
G = 41.94%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#29341F (or 0x29341F) is known color: Black Forest. HEX triplet: 29, 34 and 1F. RGB value is (41,52,31). Sum of RGB (Red+Green+Blue) = 41+52+31=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #29341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29341F is #D6CBE0. Grayscale: #2E2E2E. Windows color (decimal): -14076897 or 2044969. OLE color: 2044969.

HSL color Cylindrical-coordinate representation of color #29341F: hue angle of 91.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29341F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 31 -
CMYK 0.21 0 0.40 0.80
HSL 91.43º 0.25% 0.16% -
HSV(B) 91.43º 0.4% 0.2% -
XYZ 2.39 3.03 1.75 -
YUV 46.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 41 52 31 0.21 0 0.40 0.80 91.43 0.25 0.16
Hex 29 34 1F 15 0 28 50 5B 19 10
Octal 51 64 37 25 0 50 120 133 31 20
Binary 101001 110100 11111 10101 0 101000 1010000 1011011 11001 10000

Color Harmonies of #29341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29341F

Black with #29341F

Text Example


Text Example

White with #29341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29341F; }

 p { color: rgb(41,52,31); }

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

background-color css

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

 a { background-color: rgb(41,52,31); }

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

border-color css

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

 span { border-color: rgb(41,52,31); }

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