Html Css Color HEX #293321 Black Forest

📋 copy color: '#293321'

red 41 ◦ green 51 ◦ blue 33

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

Shades of Black Forest #293321

Tints of Black Forest #293321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 32.8%
G = 40.8%
B = 26.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#293321 (or 0x293321) is known color: Black Forest. HEX triplet: 29, 33 and 21. RGB value is (41,51,33). Sum of RGB (Red+Green+Blue) = 41+51+33=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #293321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293321 is #D6CCDE. Grayscale: #2E2E2E. Windows color (decimal): -14077151 or 2175785. OLE color: 2175785.

HSL color Cylindrical-coordinate representation of color #293321: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293321 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 33 -
CMYK 0.20 0 0.35 0.8
HSL 93.33º 0.21% 0.16% -
HSV(B) 93.33º 0.35% 0.2% -
XYZ 2.37 2.95 1.88 -
YUV 45.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 41 51 33 0.20 0 0.35 0.8 93.33 0.21 0.16
Hex 29 33 21 14 0 23 50 5D 15 10
Octal 51 63 41 24 0 43 120 135 25 20
Binary 101001 110011 100001 10100 0 100011 1010000 1011101 10101 10000

Color Harmonies of #293321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293321

Black with #293321

Text Example


Text Example

White with #293321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293321; }

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

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

background-color css

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

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

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

border-color css

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

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

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