Html Css Color HEX #29381E Black Forest

📋 copy color: '#29381E'

red 41 ◦ green 56 ◦ blue 30

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

Shades of Black Forest #29381E

Tints of Black Forest #29381E

RGB

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

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

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

R = 32.28%
G = 44.09%
B = 23.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#29381E (or 0x29381E) is known color: Black Forest. HEX triplet: 29, 38 and 1E. RGB value is (41,56,30). Sum of RGB (Red+Green+Blue) = 41+56+30=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #29381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381E is #D6C7E1. Grayscale: #303030. Windows color (decimal): -14075874 or 1980457. OLE color: 1980457.

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

Color convert

RGB 41 56 30 -
CMYK 0.27 0 0.46 0.78
HSL 94.62º 0.3% 0.17% -
HSV(B) 94.62º 0.46% 0.22% -
XYZ 2.56 3.39 1.75 -
YUV 48.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 41 56 30 0.27 0 0.46 0.78 94.62 0.3 0.17
Hex 29 38 1E 1B 0 2E 4E 5F 1E 11
Octal 51 70 36 33 0 56 116 137 36 21
Binary 101001 111000 11110 11011 0 101110 1001110 1011111 11110 10001

Color Harmonies of #29381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29381E

Black with #29381E

Text Example


Text Example

White with #29381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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