Html Css Color HEX #293A21 Black Forest

📋 copy color: '#293A21'

red 41 ◦ green 58 ◦ blue 33

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

Shades of Black Forest #293A21

Tints of Black Forest #293A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.94%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 31.06%
G = 43.94%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#293A21 (or 0x293A21) is known color: Black Forest. HEX triplet: 29, 3A and 21. RGB value is (41,58,33). Sum of RGB (Red+Green+Blue) = 41+58+33=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #293A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A21 is #D6C5DE. Grayscale: #323232. Windows color (decimal): -14075359 or 2177577. OLE color: 2177577.

HSL color Cylindrical-coordinate representation of color #293A21: hue angle of 100.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293A21 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 33 -
CMYK 0.29 0 0.43 0.77
HSL 100.8º 0.27% 0.18% -
HSV(B) 100.8º 0.43% 0.23% -
XYZ 2.7 3.61 1.99 -
YUV 50.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 41 58 33 0.29 0 0.43 0.77 100.8 0.27 0.18
Hex 29 3A 21 1D 0 2B 4D 65 1B 12
Octal 51 72 41 35 0 53 115 145 33 22
Binary 101001 111010 100001 11101 0 101011 1001101 1100101 11011 10010

Color Harmonies of #293A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A21

Black with #293A21

Text Example


Text Example

White with #293A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A21; }

 p { color: rgb(41,58,33); }

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

background-color css

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

 a { background-color: rgb(41,58,33); }

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

border-color css

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

 span { border-color: rgb(41,58,33); }

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