Html Css Color HEX #29381D Black Forest

📋 copy color: '#29381D'

red 41 ◦ green 56 ◦ blue 29

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

Shades of Black Forest #29381D

Tints of Black Forest #29381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

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

R = 32.54%
G = 44.44%
B = 23.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#29381D (or 0x29381D) is known color: Black Forest. HEX triplet: 29, 38 and 1D. RGB value is (41,56,29). Sum of RGB (Red+Green+Blue) = 41+56+29=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #29381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381D is #D6C7E2. Grayscale: #303030. Windows color (decimal): -14075875 or 1914921. OLE color: 1914921.

HSL color Cylindrical-coordinate representation of color #29381D: hue angle of 93.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29381D is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 56 29 -
CMYK 0.27 0 0.48 0.78
HSL 93.33º 0.32% 0.17% -
HSV(B) 93.33º 0.48% 0.22% -
XYZ 2.55 3.39 1.68 -
YUV 48.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 41 56 29 0.27 0 0.48 0.78 93.33 0.32 0.17
Hex 29 38 1D 1B 0 30 4E 5D 20 11
Octal 51 70 35 33 0 60 116 135 40 21
Binary 101001 111000 11101 11011 0 110000 1001110 1011101 100000 10001

Color Harmonies of #29381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29381D

Black with #29381D

Text Example


Text Example

White with #29381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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