Html Css Color HEX #29361D Black Forest

📋 copy color: '#29361D'

red 41 ◦ green 54 ◦ blue 29

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

Shades of Black Forest #29361D

Tints of Black Forest #29361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 33.06%
G = 43.55%
B = 23.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#29361D (or 0x29361D) is known color: Black Forest. HEX triplet: 29, 36 and 1D. RGB value is (41,54,29). Sum of RGB (Red+Green+Blue) = 41+54+29=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #29361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361D is #D6C9E2. Grayscale: #2F2F2F. Windows color (decimal): -14076387 or 1914409. OLE color: 1914409.

HSL color Cylindrical-coordinate representation of color #29361D: hue angle of 91.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29361D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 29 -
CMYK 0.24 0 0.46 0.79
HSL 91.2º 0.3% 0.16% -
HSV(B) 91.2º 0.46% 0.21% -
XYZ 2.46 3.2 1.65 -
YUV 47.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 41 54 29 0.24 0 0.46 0.79 91.2 0.3 0.16
Hex 29 36 1D 18 0 2E 4F 5B 1E 10
Octal 51 66 35 30 0 56 117 133 36 20
Binary 101001 110110 11101 11000 0 101110 1001111 1011011 11110 10000

Color Harmonies of #29361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29361D

Black with #29361D

Text Example


Text Example

White with #29361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29361D; }

 p { color: rgb(41,54,29); }

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

background-color css

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

 a { background-color: rgb(41,54,29); }

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

border-color css

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

 span { border-color: rgb(41,54,29); }

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