Html Css Color HEX #293124 Black Forest

📋 copy color: '#293124'

red 41 ◦ green 49 ◦ blue 36

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

Shades of Black Forest #293124

Tints of Black Forest #293124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.89%

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 32.54%
G = 38.89%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#293124 (or 0x293124) is known color: Black Forest. HEX triplet: 29, 31 and 24. RGB value is (41,49,36). Sum of RGB (Red+Green+Blue) = 41+49+36=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #293124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293124 is #D6CEDB. Grayscale: #2D2D2D. Windows color (decimal): -14077660 or 2371881. OLE color: 2371881.

HSL color Cylindrical-coordinate representation of color #293124: hue angle of 96.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293124 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 36 -
CMYK 0.16 0 0.27 0.81
HSL 96.92º 0.15% 0.17% -
HSV(B) 96.92º 0.27% 0.19% -
XYZ 2.33 2.8 2.09 -
YUV 45.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 41 49 36 0.16 0 0.27 0.81 96.92 0.15 0.17
Hex 29 31 24 10 0 1B 51 61 F 11
Octal 51 61 44 20 0 33 121 141 17 21
Binary 101001 110001 100100 10000 0 11011 1010001 1100001 1111 10001

Color Harmonies of #293124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293124

Black with #293124

Text Example


Text Example

White with #293124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293124; }

 p { color: rgb(41,49,36); }

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

background-color css

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

 a { background-color: rgb(41,49,36); }

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

border-color css

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

 span { border-color: rgb(41,49,36); }

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