Html Css Color HEX #29351E Black Forest

📋 copy color: '#29351E'

red 41 ◦ green 53 ◦ blue 30

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

Shades of Black Forest #29351E

Tints of Black Forest #29351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 33.06%
G = 42.74%
B = 24.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#29351E (or 0x29351E) is known color: Black Forest. HEX triplet: 29, 35 and 1E. RGB value is (41,53,30). Sum of RGB (Red+Green+Blue) = 41+53+30=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #29351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29351E is #D6CAE1. Grayscale: #2E2E2E. Windows color (decimal): -14076642 or 1979689. OLE color: 1979689.

HSL color Cylindrical-coordinate representation of color #29351E: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29351E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 30 -
CMYK 0.23 0 0.43 0.79
HSL 91.3º 0.28% 0.16% -
HSV(B) 91.3º 0.43% 0.21% -
XYZ 2.42 3.11 1.7 -
YUV 46.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 41 53 30 0.23 0 0.43 0.79 91.3 0.28 0.16
Hex 29 35 1E 17 0 2B 4F 5B 1C 10
Octal 51 65 36 27 0 53 117 133 34 20
Binary 101001 110101 11110 10111 0 101011 1001111 1011011 11100 10000

Color Harmonies of #29351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29351E

Black with #29351E

Text Example


Text Example

White with #29351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29351E; }

 p { color: rgb(41,53,30); }

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

background-color css

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

 a { background-color: rgb(41,53,30); }

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

border-color css

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

 span { border-color: rgb(41,53,30); }

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