Html Css Color HEX #293520 Black Forest

📋 copy color: '#293520'

red 41 ◦ green 53 ◦ blue 32

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

Shades of Black Forest #293520

Tints of Black Forest #293520

RGB

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

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

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

R = 32.54%
G = 42.06%
B = 25.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#293520 (or 0x293520) is known color: Black Forest. HEX triplet: 29, 35 and 20. RGB value is (41,53,32). Sum of RGB (Red+Green+Blue) = 41+53+32=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #293520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293520 is #D6CADF. Grayscale: #2F2F2F. Windows color (decimal): -14076640 or 2110761. OLE color: 2110761.

HSL color Cylindrical-coordinate representation of color #293520: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #293520 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 32 -
CMYK 0.23 0 0.40 0.79
HSL 94.29º 0.25% 0.17% -
HSV(B) 94.29º 0.4% 0.21% -
XYZ 2.45 3.12 1.84 -
YUV 47.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 41 53 32 0.23 0 0.40 0.79 94.29 0.25 0.17
Hex 29 35 20 17 0 28 4F 5E 19 11
Octal 51 65 40 27 0 50 117 136 31 21
Binary 101001 110101 100000 10111 0 101000 1001111 1011110 11001 10001

Color Harmonies of #293520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293520

Black with #293520

Text Example


Text Example

White with #293520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293520; }

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

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

background-color css

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

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

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

border-color css

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

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

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