Html Css Color HEX #293720 Black Forest

📋 copy color: '#293720'

red 41 ◦ green 55 ◦ blue 32

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

Shades of Black Forest #293720

Tints of Black Forest #293720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 32.03%
G = 42.97%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#293720 (or 0x293720) is known color: Black Forest. HEX triplet: 29, 37 and 20. RGB value is (41,55,32). Sum of RGB (Red+Green+Blue) = 41+55+32=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #293720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293720 is #D6C8DF. Grayscale: #303030. Windows color (decimal): -14076128 or 2111273. OLE color: 2111273.

HSL color Cylindrical-coordinate representation of color #293720: hue angle of 96.52º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293720 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 32 -
CMYK 0.25 0 0.42 0.78
HSL 96.52º 0.26% 0.17% -
HSV(B) 96.52º 0.42% 0.22% -
XYZ 2.54 3.31 1.87 -
YUV 48.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 41 55 32 0.25 0 0.42 0.78 96.52 0.26 0.17
Hex 29 37 20 19 0 2A 4E 61 1A 11
Octal 51 67 40 31 0 52 116 141 32 21
Binary 101001 110111 100000 11001 0 101010 1001110 1100001 11010 10001

Color Harmonies of #293720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293720

Black with #293720

Text Example


Text Example

White with #293720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293720; }

 p { color: rgb(41,55,32); }

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

background-color css

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

 a { background-color: rgb(41,55,32); }

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

border-color css

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

 span { border-color: rgb(41,55,32); }

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